Skip to content

af429eae a9cd 6ef7 f1a7 f76515f1a6d7

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

ConsoleLoggerFacade.Attach Method

This method safely attaches the console window.

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

Syntax

C#

public void Attach()

Implements

IConsoleLoggerFacade.Attach()

Remarks

Safely attaching actually means that a console window is created only if necessary. For example a console application already owns a console window. In such a case nothing is gonna happen.

See Also

Reference

ConsoleLoggerFacade Class
Plexdata.LogWriter.Facades.Standard Namespace

Clone this wiki locally