6from .bridge_loggerinterface
import ILogger
@ Close
Window is asked to close itself, generally sent by the window itself in response to a button up in a ...
Represents an implementation of a logger object as called from the Logger class.
Represents a logger that throws away anything sent its way.
None LogError(self, str msg)
Log error messages to the configured output.
None LogTrace(self, str msg)
Log trace messages to the configured output.
ILogger CreateLogger()
Create an instance of a null logger, a logger that doesn't do anything.
None LogInfo(self, str msg)
Log informational messages to the configured output.