pixviz.ui_logging#
- pixviz.ui_logging.log_message(message, log_type='INFO', debug_mode=False)[source]#
Logging in the message area of the GUI
- Parameters:
message (str) – message string
log_type (Literal['DEBUG', 'INFO', 'IO', 'WARNING', 'ERROR']) –
LOGGING_TYPEdebug_mode (bool) – If show the debug type
- Return type:
None