Inheritance diagram for zypp::base::logger::Loglinebuf:

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 |
Definition at line 96 of file LogControl.cc.
|
||||||||||||
|
Definition at line 100 of file LogControl.cc. |
|
|
Definition at line 108 of file LogControl.cc. |
|
||||||||||||||||
|
Definition at line 115 of file LogControl.cc. |
|
||||||||||||
|
Definition at line 124 of file LogControl.cc. |
|
|
Definition at line 127 of file LogControl.cc. |
|
||||||||||||
|
Definition at line 137 of file LogControl.cc. References zypp::base::logger::putStream(). |
|
|
Definition at line 160 of file LogControl.cc. |
|
|
Definition at line 161 of file LogControl.cc. |
|
|
Definition at line 162 of file LogControl.cc. |
|
|
Definition at line 163 of file LogControl.cc. |
|
|
Definition at line 164 of file LogControl.cc. |
|
|
Definition at line 165 of file LogControl.cc. |
1.4.6