BlackDynamite.bdlogging

Module Contents

Classes

ExtraContext

Adds some context to logging

Functions

invalidPrint(x)

activateFileLogging()

Activate logging to file (if not already enabled)

getLogger(name)

Attributes

root_logger

BD_FORMAT

sh

BlackDynamite.bdlogging.root_logger
BlackDynamite.bdlogging.BD_FORMAT = '%(levelname)s:%(funcName)s [%(filename)s:%(lineno)d]: %(message)s'
BlackDynamite.bdlogging.sh
class BlackDynamite.bdlogging.ExtraContext

Adds some context to logging

static getTr()
fname()
lololo()
foo()
__getitem__(name)
__iter__()
BlackDynamite.bdlogging.invalidPrint(x)
BlackDynamite.bdlogging.activateFileLogging()

Activate logging to file (if not already enabled)

BlackDynamite.bdlogging.getLogger(name)