#include <hiker/types.h>
#include <hiker/sysclass.h>
#include <hiker/config_defines.h>
#include <hiker/traces.h>
Go to the source code of this file.
Defines | |
#define | ALP_TRACE ALP_TRACE_ON |
#define | ALP_TMTL(str,) ALP_TM(TL(ALP_CLASS_BUNDLE, "%s:%d: %s(): " str, __FILE__, __LINE__, __PRETTY_FUNCTION__, ## __VA_ARGS__)) |
#define | ALP_TMT(str,) ALP_TM(T(ALP_CLASS_BUNDLE, "%s:%d: %s(): " str, __FILE__, __LINE__, __PRETTY_FUNCTION__, ## __VA_ARGS__)) |
#define | ALP_TMB(str,) ALP_TM(B(ALP_CLASS_BUNDLE, "%s:%d %s(): " str, __FILE__, __LINE__, __PRETTY_FUNCTION__, ## __VA_ARGS__)) |
|
|
|
|
|
|
|
|