]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/AliHLTLoggingVariadicFree.h
adding a member for the active CTP trigger mask to the CTP data object and setting...
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTLoggingVariadicFree.h
1 // $Id$
2
3 #ifndef ALIHLTLOGGINGVARIADICFREE_H
4 #define ALIHLTLOGGINGVARIADICFREE_H
5 /* This file is property of and copyright by the ALICE HLT Project        * 
6  * ALICE Experiment at CERN, All rights reserved.                         *
7  * See cxx source for full Copyright notice                               */
8
9 /** @file   AliHLTLoggingVariadicFree
10     @author Matthias Richter
11     @date   
12     @brief  Includes the logging primitives free of variadic macros.
13 */
14
15 // AliHLTLogging.h defines the logging macros according to the existence of
16 // ALIHLTLOGGINGVARIADICFREE_H. In the latter case, i.e. when included via
17 // this header file, the macros use one message parameter instead of variable
18 // argument list
19 #include "AliHLTLogging.h"
20 #endif