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