CMS 3D CMS Logo

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

Generated on Tue Jun 9 17:36:43 2009 for CMSSW by  doxygen 1.5.4