CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Log4cplus_cfg.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 process = cms.Process("Log4cplus")
4 process.load("DQM.SiStripCommon.Log4cplus_cff")
5 
6 process.MessageLogger.log4cplus = cms.PSet(
7  threshold = cms.untracked.string('DEBUG')
8 )
9