Optional
_dbgOptional function called when the provider is added to an IDbg instance
The dbg instance
Optional
_dbgOptional function called when the provider is removed from a IDbg instance
The dbg instance
Optional
chkChecks and returns whether any logging will be performed at the specified level by this provider instance.
The level to check
true
if at least one log entry would be recorded otherwise false
Return the logs held in memory
Log a message at the provided Debug Level to the debug provider with an optional data details to be associated with the message.
The context for the log message
The message to display to the log
Optional
data: anyAn optional data element to be associated with the message.
Generated using TypeDoc
Defines the configuration options for the console debug provider.
Example