Functions | |
def | Log |
Variables | |
int | _levelId = 1 |
tuple | _logger = logging.getLogger('firos_logger') |
tuple | handler = logging.handlers.SysLogHandler(address=SYSLOG_ADDRESS) |
dictionary | PRIORITIES |
string | SYSLOG_ADDRESS = '/dev/log' |
def include.logger.Log | ( | level, | |
args | |||
) |
list include::logger::_levelId = 1 |
tuple include::logger::_logger = logging.getLogger('firos_logger') |
include::logger::handler = logging.handlers.SysLogHandler(address=SYSLOG_ADDRESS) |
dictionary include::logger::PRIORITIES |
string include::logger::SYSLOG_ADDRESS = '/dev/log' |