]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/src/AliL3Logging.h
Additional protection
[u/mrichter/AliRoot.git] / HLT / src / AliL3Logging.h
1 // @(#) $Id$
2
3 #ifndef ALIL3LOGGING_H
4 #define ALIL3LOGGING_H
5
6 #include "AliL3RootTypes.h"
7 #include "AliL3StandardIncludes.h"
8
9 #ifdef use_logging
10 #include <MLUCLog.hpp>
11 #include <MLUCLogServer.hpp>
12
13 typedef MLUCLog AliL3Log;
14 typedef MLUCLogServer AliL3LogServer;
15 typedef MLUCDevNullLogServer AliL3DevNullLogServer;
16 typedef MLUCStdoutLogServer AliL3StdoutLogServer;
17 typedef MLUCStderrLogServer AliL3StderrLogServer;
18 typedef MLUCStreamLogServer AliL3StreamLogServer;
19
20 #else
21
22 #include "AliL3Log.h"
23 #endif /* use_logging */ 
24 #endif /* ALIL3LOGGING_H */