CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DQMServices/Components/python/DQMMessageLogger_cfi.py

Go to the documentation of this file.
00001 
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 
00005 DQMMessageLogger = cms.EDAnalyzer("DQMMessageLogger",
00006                              Categories = cms.vstring(),
00007                              Directory = cms.string("MessageLogger")
00008                              )
00009 
00010