Luiza  v03-01
VerbosityLevels.h
1 #ifndef luiza_VerbosityLevels_h
2 #define luiza_VerbosityLevels_h
3 
4 #include "streamlog/streamlog.h"
5 
6 // import the log level classes into the marlin namespace
7 
8 namespace luiza{
9 
10  using streamlog::DEBUG ;
11  using streamlog::MESSAGE ;
12  using streamlog::WARNING ;
13  using streamlog::ERROR ;
14  using streamlog::SILENT ;
15 
16 }
17 
18 #endif
19 
20 
Namespace for Luiza framework.
Definition: CCCollection.h:6