WvSyslog is a descendant of WvLogRcv that sends messages to the syslogd daemon.
More...
#include <wvsyslog.h>
|
| WvSyslog (WvStringParm _prefix, bool _include_appname, WvLog::LogLevel _first_debug=WvLog::Debug, WvLog::LogLevel _max_level=WvLog::NUM_LOGLEVELS) |
|
| WvSyslog (WvStringParm _prefix, bool _include_appname, WvLog::LogLevel _first_debug=WvLog::Debug, WvLog::LogLevel _max_level=WvLog::NUM_LOGLEVELS) |
|
virtual void | log (WvStringParm source, int loglevel, const char *_buf, size_t len) |
|
virtual void | log (WvStringParm source, int loglevel, const char *_buf, size_t len) |
|
void | end_line () |
|
void | end_line () |
|
WvLog::LogLevel | level () const |
|
void | level (WvLog::LogLevel lvl) |
|
WvLog::LogLevel | level () const |
|
void | level (WvLog::LogLevel lvl) |
|
bool | set_custom_levels (WvString descr) |
|
bool | set_custom_levels (WvString descr) |
|
|
static const char * | loglevels [WvLog::NUM_LOGLEVELS] |
|
|
virtual void | _begin_line () |
| Start a new log line (print prefix)
|
|
virtual void | _mid_line (const char *str, size_t len) |
| add text to the current log line.
|
|
virtual void | _end_line () |
| End this (Guaranteed NonEmpty) log line.
|
|
virtual void | _begin_line () |
| Start a new log line (print prefix)
|
|
virtual void | _mid_line (const char *str, size_t len) |
| add text to the current log line.
|
|
virtual void | _end_line () |
| End this (Guaranteed NonEmpty) log line.
|
|
| DeclareWvScatterDict (Src_Lvl, WvString, src) |
|
| DeclareWvScatterDict (Src_Lvl, WvString, src) |
|
virtual void | _make_prefix (time_t now) |
| Set the Prefix and Prefix Length (size_t prelen)
|
|
virtual void | _make_prefix (time_t now) |
| Set the Prefix and Prefix Length (size_t prelen)
|
|
const char * | appname (WvStringParm log) const |
|
const char * | appname (WvStringParm log) const |
|
WvSyslog is a descendant of WvLogRcv that sends messages to the syslogd daemon.
Definition at line 15 of file debian/libwvstreams-dev/usr/include/wvstreams/wvsyslog.h.
◆ WvSyslog()
WvSyslog::WvSyslog |
( |
WvStringParm |
_prefix, |
|
|
bool |
_include_appname, |
|
|
WvLog::LogLevel |
_first_debug = WvLog::Debug , |
|
|
WvLog::LogLevel |
_max_level = WvLog::NUM_LOGLEVELS |
|
) |
| |
◆ ~WvSyslog()
◆ _begin_line() [1/2]
void WvSyslog::_begin_line |
( |
| ) |
|
|
protectedvirtual |
◆ _mid_line() [1/2]
void WvSyslog::_mid_line |
( |
const char * |
str, |
|
|
size_t |
len |
|
) |
| |
|
protectedvirtual |
add text to the current log line.
'str' may contain only one '
' optional character at str[len-1] (the end); if it does, end_line will be called immediately after this function.
Implements WvLogRcv.
Definition at line 38 of file wvsyslog.cc.
References WvBufBaseCommonImpl< T >::put().
◆ _end_line() [1/2]
void WvSyslog::_end_line |
( |
| ) |
|
|
protectedvirtual |
◆ _begin_line() [2/2]
virtual void WvSyslog::_begin_line |
( |
| ) |
|
|
protectedvirtual |
Start a new log line (print prefix)
Reimplemented from WvLogRcv.
◆ _mid_line() [2/2]
virtual void WvSyslog::_mid_line |
( |
const char * |
str, |
|
|
size_t |
len |
|
) |
| |
|
protectedvirtual |
add text to the current log line.
'str' may contain only one '
' optional character at str[len-1] (the end); if it does, end_line will be called immediately after this function.
Implements WvLogRcv.
◆ _end_line() [2/2]
virtual void WvSyslog::_end_line |
( |
| ) |
|
|
protectedvirtual |
End this (Guaranteed NonEmpty) log line.
Reimplemented from WvLogRcv.
◆ _make_prefix() [1/2]
void WvLogRcv::_make_prefix |
( |
time_t |
now | ) |
|
|
protectedvirtualinherited |
◆ _make_prefix() [2/2]
virtual void WvLogRcv::_make_prefix |
( |
time_t |
now | ) |
|
|
protectedvirtualinherited |
◆ log() [1/2]
void WvLogRcv::log |
( |
WvStringParm |
source, |
|
|
int |
loglevel, |
|
|
const char * |
_buf, |
|
|
size_t |
len |
|
) |
| |
|
virtualinherited |
◆ log() [2/2]
virtual void WvLogRcv::log |
( |
WvStringParm |
source, |
|
|
int |
loglevel, |
|
|
const char * |
_buf, |
|
|
size_t |
len |
|
) |
| |
|
virtualinherited |
◆ end_line() [1/2]
void WvLogRcv::end_line |
( |
| ) |
|
|
inlineinherited |
◆ end_line() [2/2]
void WvLogRcv::end_line |
( |
| ) |
|
|
inlineinherited |
◆ level() [1/4]
WvLog::LogLevel WvLogRcv::level |
( |
| ) |
const |
|
inlineinherited |
◆ level() [2/4]
void WvLogRcv::level |
( |
WvLog::LogLevel |
lvl | ) |
|
|
inlineinherited |
◆ level() [3/4]
WvLog::LogLevel WvLogRcv::level |
( |
| ) |
const |
|
inlineinherited |
◆ level() [4/4]
void WvLogRcv::level |
( |
WvLog::LogLevel |
lvl | ) |
|
|
inlineinherited |
◆ set_custom_levels()
bool WvLogRcv::set_custom_levels |
( |
WvString |
descr | ) |
|
|
inherited |
◆ appname()
const char * WvLogRcvBase::appname |
( |
WvStringParm |
log | ) |
const |
|
protectedinherited |
◆ first_debug
WvLog::LogLevel WvSyslog::first_debug |
|
protected |
◆ current
◆ syslog_prefix
◆ include_appname
bool WvSyslog::include_appname |
|
protected |
◆ last_source
◆ max_level
WvLog::LogLevel WvLogRcv::max_level |
|
protectedinherited |
◆ last_level
WvLog::LogLevel WvLogRcv::last_level |
|
protectedinherited |
◆ last_time
time_t WvLogRcv::last_time |
|
protectedinherited |
◆ at_newline
bool WvLogRcv::at_newline |
|
protectedinherited |
◆ prefix
◆ prelen
◆ custom_levels
Src_LvlDict WvLogRcv::custom_levels |
|
protectedinherited |
◆ loglevels
const char * WvLogRcv::loglevels |
|
staticinherited |
Initial value:= {
"Crit",
"Err",
"Warn",
"Notice",
"Info",
"*1",
"*2",
"*3",
"*4",
"*5",
}
Definition at line 24 of file debian/libwvstreams-dev/usr/include/wvstreams/wvlogrcv.h.
◆ force_new_line
bool WvLogRcvBase::force_new_line |
|
inherited |
The documentation for this class was generated from the following files: