Skip to content

889e5828 654f 6c45 7f45 db7cacc97773

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

IConsoleLogger.IsDisposed Property

Determines whether this instance has been disposed.

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

Syntax

C#

bool IsDisposed { get; }

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

IConsoleLogger Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally