C# Класс WebApplications.Utilities.Logging.LogContext.ContextElement

Наследование: WebApplications.Utilities.Formatting.ResolvableWriteable
Показать файл Открыть проект

Открытые методы

Метод Описание
ContextElement ( [ key, [ value ) : System

Initializes a new instance of the ContextElement class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Описание методов

ContextElement() публичный Метод

Initializes a new instance of the ContextElement class.
public ContextElement ( [ key, [ value ) : System
key [ The key.
value [ The value.
Результат System

Resolve() публичный Метод

Resolves the specified tag.
public Resolve ( FormatWriteContext context, FormatChunk chunk ) : object
context WebApplications.Utilities.Formatting.FormatWriteContext The context.
chunk WebApplications.Utilities.Formatting.FormatChunk The chunk.
Результат object