C# Class WebApplications.Utilities.Logging.LogContext.ContextElement

Inheritance: WebApplications.Utilities.Formatting.ResolvableWriteable
Mostra file Open project: webappsuk/CoreLibraries

Public Methods

Method Description
ContextElement ( [ key, [ value ) : System

Initializes a new instance of the ContextElement class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Method Details

ContextElement() public method

Initializes a new instance of the ContextElement class.
public ContextElement ( [ key, [ value ) : System
key [ The key.
value [ The value.
return System

Resolve() public method

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.
return object