Class SkyZoneSink
Sends log messages to parent zone governor
Inheritance
System.Object
SkyZoneSink
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.Sky.Log
Assembly: Azos.Sky.dll
Syntax
public sealed class SkyZoneSink : Sink, IDisposable, IDaemon, IDaemonView, IApplicationComponent, ILocalizedTimeProvider, IInstrumentable, IExternallyParameterized, IConfigurable, INamed, IOrdered
Constructors
SkyZoneSink(ISinkOwner)
Declaration
public SkyZoneSink(ISinkOwner owner)
Parameters
Type | Name | Description |
---|---|---|
ISinkOwner | owner |
SkyZoneSink(ISinkOwner, String, Int32)
Declaration
public SkyZoneSink(ISinkOwner owner, string name, int order)
Parameters
Type | Name | Description |
---|---|---|
ISinkOwner | owner | |
System.String | name | |
System.Int32 | order |
Fields
DEFAULT_BUF_SIZE
Declaration
public const int DEFAULT_BUF_SIZE = 15
Field Value
Type | Description |
---|---|
System.Int32 |
FLUSH_INTERVAL_MS
Declaration
public const int FLUSH_INTERVAL_MS = 7341
Field Value
Type | Description |
---|---|
System.Int32 |
MAX_BUF_SIZE
Declaration
public const int MAX_BUF_SIZE = 255
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
ZGovCallTimeoutMs
Overrides default service timeout when set to value greater than 0
Declaration
[ExternalParameter(new string[]{"glue"})]
public int ZGovCallTimeoutMs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
DoPulse()
Declaration
protected override void DoPulse()
Overrides
DoSend(Message)
Declaration
protected override void DoSend(Message entry)
Parameters
Type | Name | Description |
---|---|---|
Message | entry |
Overrides
DoWaitForCompleteStop()
Declaration
protected override void DoWaitForCompleteStop()
Overrides
Implements
System.IDisposable