#include <SyslogAppender.h>
Protected Member Functions | |
SyslogAppender (const std::string &name, bool synchronous, const CMW::Log::Appender::Filters &filters) | |
virtual void | doOutput (const CMW::Log::LogMessage &msg) |
Private Attributes | |
int | facility_ |
Friends | |
class | SyslogAppenderBuilder |
The class is build with a builder. |
Definition at line 12 of file SyslogAppender.h.
fesaGSI::SyslogAppender::SyslogAppender | ( | const std::string & | name, | |
bool | synchronous, | |||
const CMW::Log::Appender::Filters & | filters | |||
) | [protected] |
Definition at line 8 of file SyslogAppender.cpp.
void fesaGSI::SyslogAppender::doOutput | ( | const CMW::Log::LogMessage & | msg | ) | [protected, virtual] |
< A special level that can be used to turn off all logging, apart from audit logs.
< A message level indicating a potential problem.
< A message level indicating a potential problem.
< A message level for information messages.
< A message level providing debugging information.
< A message level providing highly detailed tracing information.
Definition at line 17 of file SyslogAppender.cpp.
References facility_.
friend class SyslogAppenderBuilder [friend] |
The class is build with a builder.
Definition at line 15 of file SyslogAppender.h.
int fesaGSI::SyslogAppender::facility_ [private] |
Definition at line 27 of file SyslogAppender.h.
Referenced by doOutput().