Public Member Functions

booster::log::sinks::syslog Class Reference

POSIX syslog sink. More...

#include <booster/booster/log.h>

Inheritance diagram for booster::log::sinks::syslog:
booster::log::sink booster::noncopyable

List of all members.

Public Member Functions

 syslog ()
virtual void log (message const &)

Detailed Description

POSIX syslog sink.

Available only on POSIX platforms


Constructor & Destructor Documentation

booster::log::sinks::syslog::syslog (  ) 

Create a new logger. Note: it does not call openlog, if you want to provide non-default parameters, you need to call it on your own


Member Function Documentation

virtual void booster::log::sinks::syslog::log ( message const &   )  [virtual]

Send the message to the log

Implements booster::log::sink.


The documentation for this class was generated from the following file: