Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 process = cms.Process("Log4cplus")
00004 process.load("DQM.SiStripCommon.Log4cplus_cff")
00005
00006 process.MessageLogger.Log4cplus = cms.PSet(
00007 threshold = cms.untracked.string('DEBUG')
00008 )
00009