Dataflow Software Stack  032db78
Master Thesis of Mathijs Saey at the VUB
 All Classes Namespaces Files Functions Variables Pages
Functions | Variables
log Namespace Reference

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...
 

Detailed Description

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.

Function Documentation

def log.setup (   lvl)

Set up the root logger.

Variable Documentation

string log.FORMAT_STR = "[%(levelname)5s][%(module)14s:%(lineno)3d][%(processName)3s] %(message)s"

String for formatting log records.