ConsoleLogWriter.IsClosed Property
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
IsClosed
Get a value indicating whether the log writer is closed. Inherited from LogWriterBase.
Declaration
protected virtual bool IsClosed { get; }
Property Value
Type | Description |
---|---|
Boolean | True when log writer is closed. False if log writer is opened and ready for writing. |
Remarks
Implementation in this base class returns false, as the close method actually does not close any resource.