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)
Namespace: Azos.Instrumentation
Assembly: Azos.dll
Syntax
public class LogInstrumentationProvider : InstrumentationProvider, IDisposable, IDaemon, IDaemonView, IApplicationComponent, INamed, IConfigurable, ILocalizedTimeProvider, IInstrumentable, IExternallyParameterized
Constructors
LogInstrumentationProvider(InstrumentationDaemon)
Declaration
public LogInstrumentationProvider(InstrumentationDaemon director)
Parameters
| Type | Name | Description |
|---|---|---|
| InstrumentationDaemon | 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