CppCMS
|
log sink for a generic std::ostream More...
#include <booster/booster/log.h>
Public Member Functions | |
stream (std::ostream &s) | |
virtual void | log (message const &msg) |
log sink for a generic std::ostream
booster::log::sinks::stream::stream | ( | std::ostream & | s | ) |
Create a new sink, s output stream
|
virtual |
Log the message to the file
Implements booster::log::sink.