CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:33:34 2009 for CMSSW by  doxygen 1.5.4