Mungojerrie  1.1
Mungojerrie
Verbosity.hh
Go to the documentation of this file.
1 #ifndef VERBOSITY_HH_
2 #define VERBOSITY_HH_
3 
49 class Verbosity {
50 public:
51  enum Level
52  {
53  Silent = 0, Terse = 1, Informative = 2, Verbose = 3, Logorrheic = 4
54  };
55 };
56 
57 #endif
Verbosity
Class of verbosity values.
Definition: Verbosity.hh:49