CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/FWCore/Utilities/interface/Verbosity.h

Go to the documentation of this file.
00001 #ifndef Utilities_Verbosity_h
00002 #define Utilities_Verbosity_h
00003 // A first attempt to define a descriptive enumenration for verbosity.
00004 namespace edm {
00005   enum Verbosity {
00006     Silent=0,
00007     Concise=2,
00008     Normal=5,
00009     Detailed=10
00010   };
00011 }
00012 #endif