Package dopal :: Module logutils
[show private | hide private]
[frames | no frames]

Module dopal.logutils

Module containing various logging-related utilities and classes.
Function Summary
  noConfig()
This function should be called to indicate that you are explicitly notifying the logging module that you do not intend to add any handlers to the root logger.

Function Details

noConfig()

This function should be called to indicate that you are explicitly notifying the logging module that you do not intend to add any handlers to the root logger.

This suppresses the warning No handlers could be found for logger "root" from being emitted. This function performs the following call to disable the warning:
   logging.root.manager.emittedNoHandlerWarning = True

Generated by Epydoc 2.1 on Wed May 03 14:22:33 2006 http://epydoc.sf.net