00001
00016
00017 #ifndef __TSYSLOG_H
00018 #define __TSYSLOG_H
00019
00020 #include "TSystemLogging.hh"
00021
00022 #ifdef __cplusplus
00023 extern "C" {
00024 #endif
00025
00026
00027
00028
00029
00031
00032
00033
00034
00035
00036 class TSystemLogging Temerg( TSystemLogging::EMERG );
00037 class TSystemLogging Talert( TSystemLogging::ALERT );
00038 class TSystemLogging Tcrit( TSystemLogging::CRIT );
00039
00040 class TSystemLogging Terror( TSystemLogging::ERROR );
00041 class TSystemLogging Twarn( TSystemLogging::WARNING );
00042 class TSystemLogging Tnotice( TSystemLogging::NOTICE );
00043 class TSystemLogging Tinfo( TSystemLogging::INFO );
00044 class TSystemLogging Tdebug( TSystemLogging::DEBUG );
00045
00046 #ifdef __cplusplus
00047 }
00048 #endif
00049
00050 #endif