|
| RemoteSyslogAppender (const std::string &name, const std::string &syslogName, const std::string &relayer, int facility=LOG_USER, int portNumber=514) |
| Instantiate a RemoteSyslogAppender with given name and name and facility for syslog. More...
|
|
virtual | ~RemoteSyslogAppender () |
|
virtual bool | reopen () |
| Closes and reopens the socket. More...
|
|
virtual void | close () |
| Closes the socket. More...
|
|
| LayoutAppender (const std::string &name) |
|
virtual | ~LayoutAppender () |
|
virtual bool | requiresLayout () const |
| Check if the appender requires a layout. More...
|
|
virtual void | setLayout (Layout *layout=NULL) |
| Set the Layout for this appender. More...
|
|
virtual | ~AppenderSkeleton () |
| Destructor for AppenderSkeleton. More...
|
|
virtual void | doAppend (const LoggingEvent &event) |
| Log in Appender specific way. More...
|
|
virtual bool | reopen () |
| Reopens the output destination of this Appender, e.g. More...
|
|
virtual void | close ()=0 |
| Release any resources allocated within the appender such as file handles, network connections, etc. More...
|
|
virtual bool | requiresLayout () const =0 |
| Check if the appender uses a layout. More...
|
|
virtual void | setLayout (Layout *layout)=0 |
| Set the Layout for this appender. More...
|
|
virtual void | setThreshold (Priority::Value priority) |
| Set the threshold priority of this Appender. More...
|
|
virtual Priority::Value | getThreshold () |
| Get the threshold priority of this Appender. More...
|
|
virtual void | setFilter (Filter *filter) |
| Set a Filter for this appender. More...
|
|
virtual Filter * | getFilter () |
| Get the Filter for this appender. More...
|
|
virtual | ~Appender () |
| Destructor for Appender. More...
|
|
virtual void | doAppend (const LoggingEvent &event)=0 |
| Log in Appender specific way. More...
|
|
virtual bool | reopen ()=0 |
| Reopens the output destination of this Appender, e.g. More...
|
|
virtual void | close ()=0 |
| Release any resources allocated within the appender such as file handles, network connections, etc. More...
|
|
virtual bool | requiresLayout () const =0 |
| Check if the appender uses a layout. More...
|
|
virtual void | setLayout (Layout *layout)=0 |
| Set the Layout for this appender. More...
|
|
const std::string & | getName () const |
| Get the name of this appender. More...
|
|
virtual void | setThreshold (Priority::Value priority)=0 |
| Set the threshold priority of this Appender. More...
|
|
virtual Priority::Value | getThreshold ()=0 |
| Get the threshold priority of this Appender. More...
|
|
virtual void | setFilter (Filter *filter)=0 |
| Set a Filter for this appender. More...
|
|
virtual Filter * | getFilter ()=0 |
| Get the Filter for this appender. More...
|
|
RemoteSyslogAppender sends LoggingEvents to a remote syslog system.
Also see: draft-ietf-syslog-syslog-12.txt