Skip to content

cbf605c6 f3f5 e3ba 63b3 14a9f5fb71fc

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

CompositeLogger.Dispose Method (Boolean)

This method actually does the object disposal.

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

Syntax

C#

protected override void Dispose(
	bool disposing
)

Parameters

 

disposing
Type: System.Boolean
True to dispose all managed resources and false to dispose only unmanaged resources.

Remarks

This method detaches from the event handler and marks this object as disposed.

See Also

Reference

CompositeLogger Class
Dispose Overload
Plexdata.LogWriter.Logging Namespace

Clone this wiki locally