Get a value indicating whether the log writer is closed.

Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Protected Overridable ReadOnly Property IsClosed As Boolean
	Get
C#
protected virtual bool IsClosed { get; }

Field Value

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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also