]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TPCLib/AliHLTTPCLogging.h
Imported files from the existing L3 code directories (../src, ../comp,
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCLogging.h
CommitLineData
a6c02c85 1// @(#) $Id$
2
3#ifndef ALIHLTTPCLOGGING_H
4#define ALIHLTTPCLOGGING_H
5
6#include "AliHLTTPCRootTypes.h"
7#include "AliHLTTPCStandardIncludes.h"
8
9#ifdef use_logging
10#include <MLUCLog.hpp>
11#include <MLUCLogServer.hpp>
12
13typedef MLUCLog AliHLTTPCLog;
14typedef MLUCLogServer AliHLTTPCLogServer;
15typedef MLUCDevNullLogServer AliHLTTPCDevNullLogServer;
16typedef MLUCStdoutLogServer AliHLTTPCStdoutLogServer;
17typedef MLUCStderrLogServer AliHLTTPCStderrLogServer;
18typedef MLUCStreamLogServer AliHLTTPCStreamLogServer;
19
20#else
21
22#include "AliHLTTPCLog.h"
23#endif /* use_logging */
24#endif /* ALIHLTTPCLOGGING_H */