PostSharp//API Reference/Post­Sharp.​Patterns.​Diagnostics.​Backends/Meta­Logging­Backend/Meta­Logging­Backend
Open sandboxFocus

Constructor MetaLoggingBackend

MetaLoggingBackend()

Initializes a new MetaLoggingBackend that will try to write both to the console and to the debugger.

Declaration
public MetaLoggingBackend()

MetaLoggingBackend(Boolean, Boolean)

Initializes a new MetaLoggingBackend and specifies whether it must write to the console and to the debugger.

Declaration
public MetaLoggingBackend(bool toConsole, bool toDebugger)
Parameters
Type Name Description
Boolean toConsole
Boolean toDebugger