00001 #ifndef marlin_VerbosityLevels_h
00002 #define marlin_VerbosityLevels_h
00003
00004 #include "streamlog/streamlog.h"
00005
00006
00007
00008 namespace marlin{
00009
00010 using streamlog::DEBUG ;
00011 using streamlog::DEBUG0 ;
00012 using streamlog::DEBUG1 ;
00013 using streamlog::DEBUG2 ;
00014 using streamlog::DEBUG3 ;
00015 using streamlog::DEBUG4 ;
00016 using streamlog::MESSAGE ;
00017 using streamlog::MESSAGE0 ;
00018 using streamlog::MESSAGE1 ;
00019 using streamlog::MESSAGE2 ;
00020 using streamlog::MESSAGE3 ;
00021 using streamlog::MESSAGE4 ;
00022 using streamlog::WARNING ;
00023 using streamlog::WARNING0 ;
00024 using streamlog::WARNING1 ;
00025 using streamlog::WARNING2 ;
00026 using streamlog::WARNING3 ;
00027 using streamlog::WARNING4 ;
00028 using streamlog::ERROR ;
00029 using streamlog::ERROR0 ;
00030 using streamlog::ERROR1 ;
00031 using streamlog::ERROR2 ;
00032 using streamlog::ERROR3 ;
00033 using streamlog::ERROR4 ;
00034 using streamlog::SILENT ;
00035
00036 }
00037
00038 #endif
00039
00040