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
00008 log4cplus = cms.untracked.PSet(
00009 threshold = cms.untracked.string('DEBUG')
00010 ),
00011
00012 suppressDebug = cms.untracked.vstring(),
00013
00014 debugModules = cms.untracked.vstring('*'),
00015 suppressInfo = cms.untracked.vstring()
00016 )
00017
00018