5 #ifndef CVMFS_UTIL_LOGGING_H_
6 #define CVMFS_UTIL_LOGGING_H_
14 #ifdef CVMFS_NAMESPACE_GUARD
15 namespace CVMFS_NAMESPACE_GUARD {
20 const char *
format, va_list variadic_list);
26 #define LogCvmfs(source, mask, ...) \
27 (((mask) == static_cast<int>(kLogDebug)) ? \
28 ((void)0) : LogCvmfs(source, mask, __VA_ARGS__)); // NOLINT
31 #ifdef CVMFS_NAMESPACE_GUARD
35 #endif // CVMFS_UTIL_LOGGING_H_
#define LogCvmfs(source, mask,...)
CVMFS_EXPORT void vLogCvmfs(const LogSource source, const int mask, const char *format, va_list variadic_list)
struct cvmcache_object_info __attribute__
const int const char * format