Wolframe, 0.0.3

_Wolframe::log::SyslogFacility Class Reference

Facility (sink) for syslog. More...

#include <logSyslogFacility.hpp>

Public Types

enum  Facility {
  WOLFRAME_SYSLOG_FACILITY_KERN, WOLFRAME_SYSLOG_FACILITY_USER, WOLFRAME_SYSLOG_FACILITY_MAIL, WOLFRAME_SYSLOG_FACILITY_DAEMON,
  WOLFRAME_SYSLOG_FACILITY_AUTH, WOLFRAME_SYSLOG_FACILITY_SYSLOG, WOLFRAME_SYSLOG_FACILITY_LPR, WOLFRAME_SYSLOG_FACILITY_NEWS,
  WOLFRAME_SYSLOG_FACILITY_UUCP, WOLFRAME_SYSLOG_FACILITY_CRON, WOLFRAME_SYSLOG_FACILITY_AUTHPRIV, WOLFRAME_SYSLOG_FACILITY_FTP,
  WOLFRAME_SYSLOG_FACILITY_NTP, WOLFRAME_SYSLOG_FACILITY_SECURITY, WOLFRAME_SYSLOG_FACILITY_CONSOLE, WOLFRAME_SYSLOG_FACILITY_AUDIT,
  WOLFRAME_SYSLOG_FACILITY_LOCAL0, WOLFRAME_SYSLOG_FACILITY_LOCAL1, WOLFRAME_SYSLOG_FACILITY_LOCAL2, WOLFRAME_SYSLOG_FACILITY_LOCAL3,
  WOLFRAME_SYSLOG_FACILITY_LOCAL4, WOLFRAME_SYSLOG_FACILITY_LOCAL5, WOLFRAME_SYSLOG_FACILITY_LOCAL6, WOLFRAME_SYSLOG_FACILITY_LOCAL7,
  WOLFRAME_SYSLOG_FACILITY_UNDEFINED
}
 

Static Public Member Functions

static Facility strToSyslogFacility (const std::string &str)
 convert string to a syslog facility More...
 

Detailed Description

Facility (sink) for syslog.

Member Enumeration Documentation

Enumerator
WOLFRAME_SYSLOG_FACILITY_KERN 

kernel messages

WOLFRAME_SYSLOG_FACILITY_USER 

random user-level messages

WOLFRAME_SYSLOG_FACILITY_MAIL 

mail system

WOLFRAME_SYSLOG_FACILITY_DAEMON 

system daemons

WOLFRAME_SYSLOG_FACILITY_AUTH 

security/authorization messages

WOLFRAME_SYSLOG_FACILITY_SYSLOG 

messages generated internally by syslog

WOLFRAME_SYSLOG_FACILITY_LPR 

line printer subsystem

WOLFRAME_SYSLOG_FACILITY_NEWS 

network news subsystem

WOLFRAME_SYSLOG_FACILITY_UUCP 

UUCP subsystem.

WOLFRAME_SYSLOG_FACILITY_CRON 

cron/at daemons

WOLFRAME_SYSLOG_FACILITY_AUTHPRIV 

security/authorization messages

WOLFRAME_SYSLOG_FACILITY_FTP 

FTP daemon.

WOLFRAME_SYSLOG_FACILITY_NTP 

NTP daemon (on FreeBSD)

WOLFRAME_SYSLOG_FACILITY_SECURITY 

security subsystem (on FreeBSD)

WOLFRAME_SYSLOG_FACILITY_CONSOLE 

/dev/console output (on FreeBSD)

WOLFRAME_SYSLOG_FACILITY_AUDIT 

audit (on Solaris 10)

WOLFRAME_SYSLOG_FACILITY_LOCAL0 

local facility 0

WOLFRAME_SYSLOG_FACILITY_LOCAL1 

local facility 1

WOLFRAME_SYSLOG_FACILITY_LOCAL2 

local facility 2

WOLFRAME_SYSLOG_FACILITY_LOCAL3 

local facility 3

WOLFRAME_SYSLOG_FACILITY_LOCAL4 

local facility 4

WOLFRAME_SYSLOG_FACILITY_LOCAL5 

local facility 5

WOLFRAME_SYSLOG_FACILITY_LOCAL6 

local facility 6

WOLFRAME_SYSLOG_FACILITY_LOCAL7 

local facility 7

WOLFRAME_SYSLOG_FACILITY_UNDEFINED 

placeholder

Member Function Documentation

static Facility _Wolframe::log::SyslogFacility::strToSyslogFacility ( const std::string &  str)
static

convert string to a syslog facility


The documentation for this class was generated from the following file: