libzypp 17.32.2
|
Helper to produce not-NL-terminated multi line output. More...
#include <base/LogTools.h>
Public Member Functions | |
MLSep () | |
MLSep (char sep_r) | |
Public Attributes | |
bool | _first = true |
char | _sep = '\n' |
Helper to produce not-NL-terminated multi line output.
Used as leading separator it prints a separating NL by omitting output upon it's first invocation. A custom separator char can be passed to the ctor.
Definition at line 51 of file LogTools.h.
|
inline |
Definition at line 53 of file LogTools.h.
|
inline |
Definition at line 54 of file LogTools.h.
Definition at line 55 of file LogTools.h.
char zypp::MLSep::_sep = '\n' |
Definition at line 56 of file LogTools.h.