|
libzypp 17.31.32
|
Base class for ostream based LineWriter. More...
#include <base/LogControl.h>

Public Member Functions | |
| StreamLineWriter (std::ostream &str_r) | |
| virtual void | writeOut (const std::string &formated_r) |
Public Member Functions inherited from zypp::log::LineWriter | |
| virtual | ~LineWriter () |
Protected Member Functions | |
| StreamLineWriter () | |
Protected Attributes | |
| std::ostream * | _str |
Base class for ostream based LineWriter.
Definition at line 44 of file LogControl.h.
|
inline |
Definition at line 46 of file LogControl.h.
|
inlineprotected |
Definition at line 52 of file LogControl.h.
Reimplemented from zypp::log::LineWriter.
Definition at line 48 of file LogControl.h.
|
protected |
Definition at line 53 of file LogControl.h.