Class LogInstrumentationProvider
Represents a provider that writes aggregated datums to log
Inheritance
System.Object
LogInstrumentationProvider
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Instrumentation
Assembly: NFX.dll
Syntax
public class LogInstrumentationProvider : InstrumentationProvider, IApplicationComponent, IDisposable, IService, INamed, IConfigurable, ILocalizedTimeProvider, IExternallyParameterized
Constructors
LogInstrumentationProvider(InstrumentationService)
Declaration
public LogInstrumentationProvider(InstrumentationService director)
Parameters
| Type | Name | Description |
|---|---|---|
| InstrumentationService | director |
Methods
Write(Datum, Object, Object)
Declaration
protected override void Write(Datum aggregatedDatum, object batchContext, object typeContext)
Parameters
| Type | Name | Description |
|---|---|---|
| Datum | aggregatedDatum | |
| System.Object | batchContext | |
| System.Object | typeContext |
Overrides
Implements
System.IDisposable