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

Inheritance: WebApplications.Utilities.Formatting.ResolvableWriteable
Afficher le fichier Open project: webappsuk/CoreLibraries

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the LogElement class.
public LogElement ( [ resource, [ value ) : System
resource [ The resource.
value [ The value.
Résultat System

Resolve() public méthode

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.
Résultat object