]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/src/AliHLTLogging.h
reverting to version 1.12 due to new library dependencies
[u/mrichter/AliRoot.git] / HLT / src / AliHLTLogging.h
1 // @(#) $Id$
2
3 #ifndef ALIL3LOGGING_H
4 #define ALIL3LOGGING_H
5
6 #include "AliHLTRootTypes.h"
7 #include "AliHLTStandardIncludes.h"
8
9 #ifdef use_logging
10 #include <MLUCLog.hpp>
11 #include <MLUCLogServer.hpp>
12
13 typedef MLUCLog AliHLTLog;
14 typedef MLUCLogServer AliHLTLogServer;
15 typedef MLUCDevNullLogServer AliHLTDevNullLogServer;
16 typedef MLUCStdoutLogServer AliHLTStdoutLogServer;
17 typedef MLUCStderrLogServer AliHLTStderrLogServer;
18 typedef MLUCStreamLogServer AliHLTStreamLogServer;
19
20 #else
21
22 #include "AliHLTLog.h"
23 #endif /* use_logging */ 
24 #endif /* ALIL3LOGGING_H */