Home | Trees | Index | Help |
|
---|
Package dopal ::
Module logutils
|
|
Function Summary | |
---|---|
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 warningNo 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 |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 03 14:22:33 2006 | http://epydoc.sf.net |