Agora
1.2.0
Agora project
|
#include <syslog_sink.h>
Public Member Functions | |
syslog_sink (std::string ident, int syslog_option, int syslog_facility, bool enable_formatting) | |
~syslog_sink () override | |
syslog_sink (const syslog_sink &)=delete | |
syslog_sink & | operator= (const syslog_sink &)=delete |
Public Member Functions inherited from spdlog::sinks::base_sink< Mutex > | |
base_sink () | |
base_sink (std::unique_ptr< spdlog::formatter > formatter) | |
~base_sink () override=default | |
base_sink (const base_sink &)=delete | |
base_sink (base_sink &&)=delete | |
base_sink & | operator= (const base_sink &)=delete |
base_sink & | operator= (base_sink &&)=delete |
void | log (const details::log_msg &msg) final |
void | flush () final |
void | set_pattern (const std::string &pattern) final |
void | set_formatter (std::unique_ptr< spdlog::formatter > sink_formatter) final |
Public Member Functions inherited from spdlog::sinks::sink | |
virtual | ~sink ()=default |
void | set_level (level::level_enum log_level) |
level::level_enum | level () const |
bool | should_log (level::level_enum msg_level) const |
Protected Member Functions | |
void | sink_it_ (const details::log_msg &msg) override |
void | flush_ () override |
Protected Member Functions inherited from spdlog::sinks::base_sink< Mutex > | |
virtual void | set_pattern_ (const std::string &pattern) |
virtual void | set_formatter_ (std::unique_ptr< spdlog::formatter > sink_formatter) |
Protected Attributes | |
bool | enable_formatting_ = false |
Protected Attributes inherited from spdlog::sinks::base_sink< Mutex > | |
std::unique_ptr< spdlog::formatter > | formatter_ |
Mutex | mutex_ |
Protected Attributes inherited from spdlog::sinks::sink | |
level_t | level_ {level::trace} |
Private Types | |
using | levels_array = std::array< int, 7 > |
Private Member Functions | |
int | syslog_prio_from_level (const details::log_msg &msg) const |
Private Attributes | |
levels_array | syslog_levels_ |
const std::string | ident_ |
Sink that write to syslog using the syscall()
library call.
|
private |
|
inline |
|
inlineoverride |
|
delete |
|
inlineoverrideprotectedvirtual |
Implements spdlog::sinks::base_sink< Mutex >.
|
delete |
|
inlineoverrideprotectedvirtual |
|
inlineprivate |
|
protected |
|
private |
|
private |