libzypp
10.5.0
|
Base class for ostream based LineWriter. More...
#include <LogControl.h>
Public Member Functions | |
StreamLineWriter (std::ostream &str_r) | |
virtual void | writeOut (const std::string &formated_r) |
Protected Member Functions | |
StreamLineWriter () | |
Protected Attributes | |
std::ostream * | _str |
Base class for ostream based LineWriter.
Definition at line 43 of file LogControl.h.
zypp::log::StreamLineWriter::StreamLineWriter | ( | std::ostream & | str_r | ) | [inline] |
Definition at line 45 of file LogControl.h.
zypp::log::StreamLineWriter::StreamLineWriter | ( | ) | [inline, protected] |
Definition at line 51 of file LogControl.h.
virtual void zypp::log::StreamLineWriter::writeOut | ( | const std::string & | formated_r | ) | [inline, virtual] |
Reimplemented from zypp::log::LineWriter.
Definition at line 47 of file LogControl.h.
std::ostream* zypp::log::StreamLineWriter::_str [protected] |
Definition at line 52 of file LogControl.h.