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