|
libzypp
17.25.10
|
#include <Logger.h>
Public Member Functions | |
| Osd (int=0) | |
| ~Osd () | |
| template<class Tp > | |
| Osd & | operator<< (Tp &&val) |
| Osd & | operator<< (std::ostream &(*iomanip)(std::ostream &)) |
Private Attributes | |
| std::ostream & | _str |
| zypp::debug::Osd::Osd | ( | int | i = 0 | ) |
Definition at line 75 of file LogControl.cc.
| zypp::debug::Osd::~Osd | ( | ) |
Definition at line 79 of file LogControl.cc.
|
inline |
| Osd & zypp::debug::Osd::operator<< | ( | std::ostream &(*)(std::ostream &) | iomanip | ) |
Definition at line 82 of file LogControl.cc.