libzypp
10.5.0
|
If you want to log the (formated) loglines by yourself, derive from this, and overload writeOut
.
More...
#include <LogControl.h>
Public Member Functions | |
virtual void | writeOut (const std::string &) |
virtual | ~LineWriter () |
If you want to log the (formated) loglines by yourself, derive from this, and overload writeOut
.
Expect formated_r to be a formated log line without trailing NL
. Ready to be written to the log.
Definition at line 34 of file LogControl.h.
virtual zypp::log::LineWriter::~LineWriter | ( | ) | [inline, virtual] |
Definition at line 38 of file LogControl.h.
virtual void zypp::log::LineWriter::writeOut | ( | const std::string & | ) | [inline, virtual] |
Reimplemented in zypp::log::StreamLineWriter.
Definition at line 36 of file LogControl.h.