#include <string>
#include "util/export.h"
#include "util/logging_internal.h"
Go to the source code of this file.
Value:
? ((void)0) \
#define LogCvmfs(source, mask,...)
CVMFS_EXPORT const LogSource const int mask
CVMFS_EXPORT const LogSource source
Definition at line 25 of file logging.h.
__attribute__ |
( |
(format(printf, 3, 4)) |
| ) |
const |
CVMFS_EXPORT void vLogCvmfs |
( |
const LogSource |
source, |
|
|
const int |
mask, |
|
|
const char * |
format, |
|
|
va_list |
variadic_list |
|
) |
| |
This file is part of the CernVM File System.
Logs a message to one or multiple facilities specified by mask. Mask can be extended by a log level in the future, using the higher bits.
- Parameters
-
[in] | source | Component that triggers the logging |
[in] | mask | Bit mask of log facilities |
[in] | format | Format string followed by arguments like printf |
Definition at line 422 of file logging.cc.
Referenced by LogCvmfs().
const int const char* format |