![]() |
Low-Power Border Router
|
Functions | |
| def | main |
Variables | |
| list | temp_path = sys.path[0] |
| string | LOG_FORMAT = "%(asctime)s [%(name)s:%(levelname)s] %(message)s" |
| string | logFileName = 'logs/system.log' |
| tuple | logHandler |
| tuple | temp = logging.getLogger(loggerName) |
| def dustlbr.main | ( | ) |
| list dustlbr.temp_path = sys.path[0] |
| string dustlbr.LOG_FORMAT = "%(asctime)s [%(name)s:%(levelname)s] %(message)s" |
| string dustlbr.logFileName = 'logs/system.log' |
| tuple dustlbr.logHandler |
00001 logging.handlers.RotatingFileHandler(logFileName, 00002 maxBytes=2000000, 00003 backupCount=5,)
| tuple dustlbr.temp = logging.getLogger(loggerName) |