]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/src/AliHLTLogging.h
L3 becomes HLT
[u/mrichter/AliRoot.git] / HLT / src / AliHLTLogging.h
CommitLineData
4aa41877 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
13typedef MLUCLog AliHLTLog;
14typedef MLUCLogServer AliHLTLogServer;
15typedef MLUCDevNullLogServer AliHLTDevNullLogServer;
16typedef MLUCStdoutLogServer AliHLTStdoutLogServer;
17typedef MLUCStderrLogServer AliHLTStderrLogServer;
18typedef MLUCStreamLogServer AliHLTStreamLogServer;
19
20#else
21
22#include "AliHLTLog.h"
23#endif /* use_logging */
24#endif /* ALIL3LOGGING_H */