C# Класс WebApplications.Utilities.Logging.Log.LogElement

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

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

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

Initializes a new instance of the LogElement class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

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

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

Initializes a new instance of the LogElement class.
public LogElement ( [ resource, [ value ) : System
resource [ The resource.
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