6from abc
import ABC, abstractmethod
@ 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.
None LogError(self, str msg)
Log error messages to the configured output.
None LogTrace(self, str msg)
Log trace messages to the configured output.
None LogInfo(self, str msg)
Log informational messages to the configured output.