Skip to content

44783bb2 13c6 f863 60f5 a59adf69505d

Axel Kesseler edited this page Mar 1, 2023 · 15 revisions

ConsoleLoggerBase.IsDisposed Property

Determines whether this instance has been disposed.

Namespace: Plexdata.LogWriter.Logging
Assembly: Plexdata.LogWriter.Console (in Plexdata.LogWriter.Console.dll) Version: 1.0.7.1

Syntax

C#

public bool IsDisposed { get; private set; }

Property Value

Type: Boolean
True if the object has been disposed and false otherwise.

Remarks

After calling method Dispose() the object is no longer functional. This property can be queried to determine if this instance is disposed already.

See Also

Reference

ConsoleLoggerBase Class
Plexdata.LogWriter.Logging Namespace

Clone this wiki locally