libzypp  10.5.0
zypp::base::logger::Loglinebuf Class Reference
Inheritance diagram for zypp::base::logger::Loglinebuf:

List of all members.

Public Member Functions

 Loglinebuf (const std::string &group_r, LogLevel level_r)
 ~Loglinebuf ()
void tagSet (const char *fil_r, const char *fnc_r, int lne_r)

Private Member Functions

virtual std::streamsize xsputn (const char *s, std::streamsize n)
virtual int overflow (int ch=EOF)
virtual int writeout (const char *s, std::streamsize n)

Private Attributes

std::string _group
LogLevel _level
const char * _file
const char * _func
int _line
std::string _buffer

Detailed Description

Definition at line 105 of file LogControl.cc.


Constructor & Destructor Documentation

zypp::base::logger::Loglinebuf::Loglinebuf ( const std::string &  group_r,
LogLevel  level_r 
) [inline]

Definition at line 109 of file LogControl.cc.

zypp::base::logger::Loglinebuf::~Loglinebuf ( ) [inline]

Definition at line 117 of file LogControl.cc.


Member Function Documentation

void zypp::base::logger::Loglinebuf::tagSet ( const char *  fil_r,
const char *  fnc_r,
int  lne_r 
) [inline]

Definition at line 124 of file LogControl.cc.

virtual std::streamsize zypp::base::logger::Loglinebuf::xsputn ( const char *  s,
std::streamsize  n 
) [inline, private, virtual]

Definition at line 133 of file LogControl.cc.

virtual int zypp::base::logger::Loglinebuf::overflow ( int  ch = EOF) [inline, private, virtual]

Definition at line 136 of file LogControl.cc.

virtual int zypp::base::logger::Loglinebuf::writeout ( const char *  s,
std::streamsize  n 
) [inline, private, virtual]

Definition at line 146 of file LogControl.cc.


Member Data Documentation

Definition at line 171 of file LogControl.cc.

Definition at line 172 of file LogControl.cc.

Definition at line 173 of file LogControl.cc.

Definition at line 174 of file LogControl.cc.

Definition at line 175 of file LogControl.cc.

Definition at line 176 of file LogControl.cc.


The documentation for this class was generated from the following file: