CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/SiStripCommissioningSources/python/OnlineMessageLogger_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MLlog4cplus = cms.Service("MLlog4cplus")
00004 #MessageLogger = cms.Service("MessageLogger",
00005 #    suppressWarning = cms.untracked.vstring(),
00006 #    log4cplus = cms.untracked.PSet(
00007 #        threshold = cms.untracked.string('DEBUG')
00008 #    ),
00009 #    suppressDebug = cms.untracked.vstring(),
00010 #    debugModules = cms.untracked.vstring(),
00011 #    suppressInfo = cms.untracked.vstring()
00012 #)