CMS 3D CMS Logo

Log4cplus_cfg.py

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 

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