FileLogWriter.IsClosed Property
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
IsClosed
Get a value indicating whether the log writer is closed.
Declaration
protected override bool IsClosed { get; }
Property Value
Type | Description |
---|---|
Boolean | True when logfile is closed. False if logfile is opened and ready for writing. |