![]() |
CernVM-FS
2.13.0
|
#include "helper_log.h"
#include <errno.h>
#include <fcntl.h>
#include <syslog.h>
#include <unistd.h>
#include <cassert>
#include <cstdarg>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
Go to the source code of this file.
Namespaces | |
anonymous_namespace{helper_log.cc} | |
Functions | |
void | SetLogAuthzDebug (const string &path) |
void | SetLogAuthzSyslogLevel (const int level) |
void | SetLogAuthzSyslogFacility (const int local_facility) |
void | SetLogAuthzSyslogPrefix (const string &prefix) |
void | LogAuthz (const int flags, const char *format,...) |
Variables | |
int | anonymous_namespace{helper_log.cc}::fd_debug = -1 |
FILE * | anonymous_namespace{helper_log.cc}::file_debug = NULL |
int | anonymous_namespace{helper_log.cc}::syslog_facility = LOG_USER |
int | anonymous_namespace{helper_log.cc}::syslog_level = LOG_NOTICE |
char * | anonymous_namespace{helper_log.cc}::syslog_prefix = NULL |
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 string & | path | ) |
Definition at line 30 of file helper_log.cc.
Referenced by ParseHandshakeInit().
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 string & | prefix | ) |
Definition at line 95 of file helper_log.cc.
Referenced by ParseHandshakeInit().