38 #ifndef BLOCXX_SYSLOG_APPENDER_HPP_INCLUDE_GUARD_
39 #define BLOCXX_SYSLOG_APPENDER_HPP_INCLUDE_GUARD_
40 #include "blocxx/BLOCXX_config.h"
45 namespace BLOCXX_NAMESPACE
static bool calledOpenLog
This String class is an abstract data type that represents as NULL terminated string of characters...
virtual ~SyslogAppender()
SyslogAppender(const StringArray &components, const StringArray &categories, const String &pattern, const String &identity, const String &facility)
This class can be used to store a global variable that is lazily initialized in a thread safe manner...
static const GlobalString STR_DEFAULT_MESSAGE_PATTERN
virtual void doProcessLogMessage(const String &formattedMessage, const LogMessage &message) const
This class sends log messges to syslog.