CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Log4cplus_cff.py
Go to the documentation of this file.
2 
3 MLlog4cplus = cms.Service("MLlog4cplus")
4 
5 MessageLogger = cms.Service("MessageLogger",
6  suppressWarning = cms.untracked.vstring(),
7  # Threshold for messages streamed to log4cplus
8  log4cplus = cms.untracked.PSet(
9  threshold = cms.untracked.string('DEBUG')
10  ),
11  # allows to suppress output from specific modules
12  suppressDebug = cms.untracked.vstring(),
13  #@@ comment to suppress debug statements!
14  debugModules = cms.untracked.vstring('*'),
15  suppressInfo = cms.untracked.vstring()
16 )
17 
18