Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
DVM Logging Setup. More...
Functions | |
def | setup |
Set up the root logger. More... | |
Variables | |
string | FORMAT_STR = "[%(levelname)5s][%(module)14s:%(lineno)3d][%(processName)3s] %(message)s" |
String for formatting log records. More... | |
DVM Logging Setup.
DISc logging setup.
This module is responsible for the global set-up of the DVM logger, such as formatting and global filters.
This module is responsible for the global set-up of the DISc logger, such as formatting and global filters.
def log.setup | ( | lvl | ) |
Set up the root logger.
string log.FORMAT_STR = "[%(levelname)5s][%(module)14s:%(lineno)3d][%(processName)3s] %(message)s" |
String for formatting log records.