CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/SiStripCommon/python/Log4cplus_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MLlog4cplus = cms.Service("MLlog4cplus")
00004 
00005 MessageLogger = cms.Service("MessageLogger",
00006     suppressWarning = cms.untracked.vstring(),
00007     # Threshold for messages streamed to log4cplus
00008     log4cplus = cms.untracked.PSet(
00009         threshold = cms.untracked.string('DEBUG')
00010     ),
00011     # allows to suppress output from specific modules 
00012     suppressDebug = cms.untracked.vstring(),
00013     #@@ comment to suppress debug statements!
00014     debugModules = cms.untracked.vstring('*'),
00015     suppressInfo = cms.untracked.vstring()
00016 )
00017 
00018