CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
helper_log.h File Reference
#include <string>
Include dependency graph for helper_log.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

void LogAuthz ( const int  flags,
const char *  format,
  ... 
)

Definition at line 111 of file helper_log.cc.

Referenced by main(), ParseHandshakeInit(), and ParseRequest().

Here is the call graph for this function:

Here is the caller graph for this function:

void SetLogAuthzDebug ( const std::string &  path)
void SetLogAuthzSyslogFacility ( const int  local_facility)

Definition at line 63 of file helper_log.cc.

Referenced by ParseHandshakeInit().

Here is the caller graph for this function:

void SetLogAuthzSyslogLevel ( const int  level)

Definition at line 45 of file helper_log.cc.

Referenced by ParseHandshakeInit().

Here is the caller graph for this function:

void SetLogAuthzSyslogPrefix ( const std::string &  prefix)

Variable Documentation

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().