C# Class WebApplications.Utilities.Logging.Log.LogElement

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

Public Methods

Method Description
LogElement ( [ resource, [ value ) : System

Initializes a new instance of the LogElement class.

Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Method Details

LogElement() public method

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