Package flumotion :: Package common :: Module log
[hide private]

Module log

source code

Flumotion logging

Just like in GStreamer, five levels of log information are defined. These are, in order of decreasing verbosity: log, debug, info, warning, error.

API Stability: stabilizing

Maintainer: Thomas Vander Stichele

Functions [hide private]
 
init() source code
Variables [hide private]
  DEBUG = 4
  ERROR = 1
  INFO = 3
  LOG = 5
  WARN = 2