Skip to content

218909b7 3bca d57d 3f20 11d088073832

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

IConsoleLoggerFacade.Detach Method

This method safely detaches the console window.

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

Syntax

C#

void Detach()

Remarks

Safely detaching means that the console window is destroyed only if it is required. For example a console application already owns a console window. Therefore, the facade cannot destroy this window because otherwise the process would be terminated as well. In such a case nothing is gonna happen.

See Also

Reference

IConsoleLoggerFacade Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally