libzypp
10.5.0
|
LineWriter to file. More...
#include <LogControl.h>
Public Member Functions | |
FileLineWriter (const Pathname &file_r, mode_t mode_r=0) | |
Protected Attributes | |
shared_ptr< void > | _outs |
LineWriter to file.
If mode_r
is not 0
, file_r
persissions are changed accordingly. "-"
logs to cerr
.
Definition at line 71 of file LogControl.h.
zypp::log::FileLineWriter::FileLineWriter | ( | const Pathname & | file_r, |
mode_t | mode_r = 0 |
||
) |
Definition at line 41 of file LogControl.cc.
shared_ptr<void> zypp::log::FileLineWriter::_outs [protected] |
Definition at line 75 of file LogControl.h.