Optional_Optional function called when the provider is added to an IDbg instance
The dbg instance
Optional_Optional function called when the provider is removed from a IDbg instance
The dbg instance
OptionalchkChecks 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
Optionaldata: anyAn optional data element to be associated with the message.
Defines the configuration options for the console debug provider.
Example