Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Namespaces | Functions | Variables
logger.py File Reference

Go to the source code of this file.

Namespaces

 webiopi.utils.logger
 

Functions

def webiopi.utils.logger.setInfo
 
def webiopi.utils.logger.setDebug
 
def webiopi.utils.logger.debugEnabled
 
def webiopi.utils.logger.logToFile
 
def webiopi.utils.logger.debug
 
def webiopi.utils.logger.info
 
def webiopi.utils.logger.warn
 
def webiopi.utils.logger.error
 
def webiopi.utils.logger.exception
 
def webiopi.utils.logger.printBytes
 

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")