Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 MessageLogger = cms.Service("MessageLogger",
00004 suppressInfo = cms.untracked.vstring(),
00005 debugs = cms.untracked.PSet(
00006 placeholder = cms.untracked.bool(True)
00007 ),
00008 suppressDebug = cms.untracked.vstring(),
00009 cout = cms.untracked.PSet(
00010 placeholder = cms.untracked.bool(True)
00011 ),
00012 warnings = cms.untracked.PSet(
00013 placeholder = cms.untracked.bool(True)
00014 ),
00015 default = cms.untracked.PSet(
00016
00017 ),
00018 errors = cms.untracked.PSet(
00019 placeholder = cms.untracked.bool(True)
00020 ),
00021 cerr = cms.untracked.PSet(
00022 INFO = cms.untracked.PSet(
00023 limit = cms.untracked.int32(5)
00024 ),
00025 noTimeStamps = cms.untracked.bool(False),
00026 FwkReport = cms.untracked.PSet(
00027 reportEvery = cms.untracked.int32(1),
00028 limit = cms.untracked.int32(10000000)
00029 ),
00030 default = cms.untracked.PSet(
00031 limit = cms.untracked.int32(10000000)
00032 ),
00033 Root_NoDictionary = cms.untracked.PSet(
00034 limit = cms.untracked.int32(0)
00035 ),
00036 FwkJob = cms.untracked.PSet(
00037 limit = cms.untracked.int32(0)
00038 ),
00039 FwkSummary = cms.untracked.PSet(
00040 reportEvery = cms.untracked.int32(1),
00041 limit = cms.untracked.int32(10000000)
00042 ),
00043 threshold = cms.untracked.string('INFO')
00044 ),
00045 FrameworkJobReport = cms.untracked.PSet(
00046 default = cms.untracked.PSet(
00047 limit = cms.untracked.int32(0)
00048 ),
00049 FwkJob = cms.untracked.PSet(
00050 limit = cms.untracked.int32(10000000)
00051 )
00052 ),
00053 suppressWarning = cms.untracked.vstring(),
00054 statistics = cms.untracked.vstring('cerr_stats'),
00055 cerr_stats = cms.untracked.PSet(
00056 threshold = cms.untracked.string('INFO'),
00057 output = cms.untracked.string('cerr')
00058 ),
00059 infos = cms.untracked.PSet(
00060 Root_NoDictionary = cms.untracked.PSet(
00061 limit = cms.untracked.int32(0)
00062 ),
00063 placeholder = cms.untracked.bool(True)
00064 ),
00065 destinations = cms.untracked.vstring('warnings',
00066 'errors',
00067 'infos',
00068 'debugs',
00069 'cout',
00070 'cerr'),
00071 debugModules = cms.untracked.vstring(),
00072 categories = cms.untracked.vstring('FwkJob',
00073 'FwkReport',
00074 'FwkSummary',
00075 'Root_NoDictionary'),
00076 fwkJobReports = cms.untracked.vstring('FrameworkJobReport')
00077 )
00078
00079