CernVM-FS
2.12.0
|
Go to the source code of this file.
Macros | |
#define | LogCvmfs(source, mask,...) |
Functions | |
CVMFS_EXPORT void | vLogCvmfs (const LogSource source, const int mask, const char *format, va_list variadic_list) |
__attribute__ ((format(printf, 3, 4))) CVMFS_EXPORT void LogCvmfs(const LogSource source | |
Variables | |
const int | mask |
const int const char * | format |
#define LogCvmfs | ( | source, | |
mask, | |||
... | |||
) |
__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.
[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 423 of file logging.cc.
Referenced by LogCvmfs().
const int const char* format |
Definition at line 23 of file logging.h.
Referenced by Log2Histogram::ToString().
const int mask |
Definition at line 23 of file logging.h.
Referenced by FuseMain(), PosixQuotaManager::LruCommand::GetSize(), PosixQuotaManager::LruCommand::SetSize(), and vLogCvmfs().