CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
OnlineMessageLogger_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 MLlog4cplus = cms.Service("MLlog4cplus")
4 #MessageLogger = cms.Service("MessageLogger",
5 # suppressWarning = cms.untracked.vstring(),
6 # log4cplus = cms.untracked.PSet(
7 # threshold = cms.untracked.string('DEBUG')
8 # ),
9 # suppressDebug = cms.untracked.vstring(),
10 # debugModules = cms.untracked.vstring(),
11 # suppressInfo = cms.untracked.vstring()
12 #)