TTkLog🌶️ class TTkLog[source]🌶️ Bases: object Initialize self. See help(type(self)) for accurate signature. Methods🌶️ static critical(msg)[source]🌶️ static debug(msg)[source]🌶️ static error(msg)[source]🌶️ static fatal(msg)[source]🌶️ static info(msg)[source]🌶️ static installMessageHandler(mh: Callable)[source]🌶️ static use_default_file_logging(file='session.log')[source]🌶️ static use_default_stdout_logging()[source]🌶️ static warn(msg)[source]🌶️ TTkLog Attributes🌶️ CriticalMsg DebugMsg ErrorMsg FatalMsg InfoMsg SystemMsg WarningMsg