Implements an ACE_Log_Msg_Backend that logs messages to a UNIX system's syslog facility.
More...
#include <Log_Msg_UNIX_Syslog.h>
Implements an ACE_Log_Msg_Backend that logs messages to a UNIX system's syslog facility.
◆ ACE_Log_Msg_UNIX_Syslog()
| ACE_Log_Msg_UNIX_Syslog::ACE_Log_Msg_UNIX_Syslog |
( |
| ) |
|
|
default |
◆ ~ACE_Log_Msg_UNIX_Syslog()
| ACE_Log_Msg_UNIX_Syslog::~ACE_Log_Msg_UNIX_Syslog |
( |
| ) |
|
|
override |
◆ close()
| int ACE_Log_Msg_UNIX_Syslog::close |
( |
| ) |
|
|
overridevirtual |
◆ convert_log_mask()
| int ACE_Log_Msg_UNIX_Syslog::convert_log_mask |
( |
int | lm_mask | ) |
|
|
private |
◆ convert_log_priority()
| int ACE_Log_Msg_UNIX_Syslog::convert_log_priority |
( |
ACE_UINT32 | lm_priority | ) |
|
|
private |
◆ log()
◆ open()
Open a new event log.
Initialize the event logging facility.
- Parameters
-
| logger_key | The name of the calling program. This name is used as the ident in the syslog entries. If it is 0 (no name), the application name as returned from ACE_Log_Msg::program_name() is used. |
Implements ACE_Log_Msg_Backend.
◆ reset()
| int ACE_Log_Msg_UNIX_Syslog::reset |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: