CernVM-FS
2.12.0
|
#include <string>
Go to the source code of this file.
Functions | |
void | SetLogAuthzDebug (const std::string &path) |
void | SetLogAuthzSyslogLevel (const int level) |
void | SetLogAuthzSyslogFacility (const int local_facility) |
void | SetLogAuthzSyslogPrefix (const std::string &prefix) |
void | LogAuthz (const int flags, const char *format,...) |
Variables | |
const unsigned | kLogAuthzDebug = 0x01 |
const unsigned | kLogAuthzSyslog = 0x02 |
const unsigned | kLogAuthzSyslogWarn = 0x04 |
const unsigned | kLogAuthzSyslogErr = 0x08 |
void LogAuthz | ( | const int | flags, |
const char * | format, | ||
... | |||
) |
Definition at line 111 of file helper_log.cc.
Referenced by main(), ParseHandshakeInit(), and ParseRequest().
void SetLogAuthzDebug | ( | const std::string & | path | ) |
void SetLogAuthzSyslogFacility | ( | const int | local_facility | ) |
Definition at line 63 of file helper_log.cc.
Referenced by ParseHandshakeInit().
void SetLogAuthzSyslogLevel | ( | const int | level | ) |
Definition at line 45 of file helper_log.cc.
Referenced by ParseHandshakeInit().
void SetLogAuthzSyslogPrefix | ( | const std::string & | prefix | ) |
const unsigned kLogAuthzDebug = 0x01 |
This file is part of the CernVM File System.
Definition at line 10 of file helper_log.h.
Referenced by LogAuthz(), main(), ParseHandshakeInit(), and ParseRequest().
const unsigned kLogAuthzSyslog = 0x02 |
Definition at line 11 of file helper_log.h.
Referenced by LogAuthz(), and main().
const unsigned kLogAuthzSyslogErr = 0x08 |
Definition at line 13 of file helper_log.h.
Referenced by LogAuthz().
const unsigned kLogAuthzSyslogWarn = 0x04 |
Definition at line 12 of file helper_log.h.
Referenced by LogAuthz().