PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​BackendsMeta­Logging­BackendMeta­Logging­Backend
Open sandboxFocus

MetaLoggingBackend Constructor

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