// $Id$ #ifndef ALIHLTLOGGINGVARIADICFREE_H #define ALIHLTLOGGINGVARIADICFREE_H /* This file is property of and copyright by the ALICE HLT Project * * ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /** @file AliHLTLoggingVariadicFree @author Matthias Richter @date @brief Includes the logging primitives free of variadic macros. */ // AliHLTLogging.h defines the logging macros according to the existence of // ALIHLTLOGGINGVARIADICFREE_H. In the latter case, i.e. when included via // this header file, the macros use one message parameter instead of variable // argument list #include "AliHLTLogging.h" #endif