libzypp 17.37.17
|
Helper to produce not-NL-terminated multi line output. More...
#include <zypp-core/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 52 of file LogTools.h.
|
inline |
Definition at line 54 of file LogTools.h.
|
inline |
Definition at line 55 of file LogTools.h.
bool zypp::MLSep::_first = true |
Definition at line 56 of file LogTools.h.
char zypp::MLSep::_sep = '\n' |
Definition at line 57 of file LogTools.h.