Main Page
Namespaces
Classes
Package Documentation
DQM
SiStripCommon
python
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
Generated for CMSSW Reference Manual by
1.8.11