Interface ISinkOwner
Common type for entities that own sinks: LogDaemon and CompositeSink is a good example
Inherited Members
Namespace: Azos.Log.Sinks
Assembly: Azos.dll
Syntax
public interface ISinkOwner : IApplicationComponent
Properties
LogDaemon
Declaration
LogDaemonBase LogDaemon { get; }
Property Value
Type | Description |
---|---|
LogDaemonBase |
Sinks
Declaration
IOrderedRegistry<Sink> Sinks { get; }
Property Value
Type | Description |
---|---|
IOrderedRegistry<Sink> |