Go to the source code of this file.
Namespaces | |
webiopi.utils.logger | |
Variables | |
tuple | webiopi.utils.logger.LOG_FORMATTER = logging.Formatter(fmt='%(asctime)s - %(name)s - %(levelname)s - %(message)s', datefmt="%Y-%m-%d %H:%M:%S") |
tuple | webiopi.utils.logger.ROOT_LOGGER = logging.getLogger() |
tuple | webiopi.utils.logger.CONSOLE_HANDLER = logging.StreamHandler() |
tuple | webiopi.utils.logger.LOGGER = logging.getLogger("WebIOPi") |