Verbosity.h
Go to the documentation of this file.
1 #ifndef art_Utilities_Verbosity_h
2 #define art_Utilities_Verbosity_h
3 // A first attempt to define a descriptive enumeration for verbosity.
4 namespace art {
5  enum Verbosity { Silent = 0, Concise = 2, Normal = 5, Detailed = 10 };
6 }
7 #endif /* art_Utilities_Verbosity_h */
8 
9 // Local Variables:
10 // mode: c++
11 // End:
Verbosity
Definition: Verbosity.h:5