CMS 3D CMS Logo

Variables

Log4cplus_cff Namespace Reference

Variables

tuple MessageLogger
tuple MLlog4cplus = cms.Service("MLlog4cplus")

Variable Documentation

Initial value:
00001 cms.Service("MessageLogger",
00002     suppressWarning = cms.untracked.vstring(),
00003     # Threshold for messages streamed to log4cplus
00004     log4cplus = cms.untracked.PSet(
00005         threshold = cms.untracked.string('DEBUG')
00006     ),
00007     # allows to suppress output from specific modules 
00008     suppressDebug = cms.untracked.vstring(),
00009     #@@ comment to suppress debug statements!
00010     debugModules = cms.untracked.vstring('*'),
00011     suppressInfo = cms.untracked.vstring()
00012 )

Definition at line 5 of file Log4cplus_cff.py.

tuple Log4cplus_cff::MLlog4cplus = cms.Service("MLlog4cplus")

Definition at line 3 of file Log4cplus_cff.py.