|
libzypp 17.38.1
|
Log helper wrapping the Ostream and Format. More...
#include <zypp-core/base/LogTools.h>
Public Member Functions | |
| PrintFmt (Ostream &str, const Format &fmt) | |
| template<typename... Args> | |
| Ostream & | operator() (Args &&... args) |
Private Attributes | |
| Ostream & | _str |
| const Format & | _fmt |
Log helper wrapping the Ostream and Format.
Aiming for pXXX( args... ) writing to log stream XXX. Getting the logstream remembers file, function and line, so we need #defines to get the stream at the code location writing the log line.
Definition at line 287 of file LogTools.h.
|
inline |
Definition at line 288 of file LogTools.h.
|
inline |
Definition at line 294 of file LogTools.h.
|
private |
Definition at line 298 of file LogTools.h.
|
private |
Definition at line 299 of file LogTools.h.