pylab_ml.common.mqtt_client.mylogger
- class mylogger(output=None, enable=False, parent=None)[source]
Bases:
objectClass for logging messages.
Methods
__init__([output, enable, parent])debug(msg)Log a debug message.
display(typ, msg)Display a message with a specific type.
error(msg)Log an error message.
info(msg)Log an info message.
log_message(level, msg)Log a message with a specific level.
measure(msg)Log a measure message.
warning(msg)Log a warning message.