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(bool, bool)

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
bool toConsole
bool toDebugger