|
libzypp 17.38.1
|
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 336 of file LogTools.h.
|
inline |
Definition at line 338 of file LogTools.h.
|
inline |
Definition at line 339 of file LogTools.h.
| bool zypp::MLSep::_first = true |
Definition at line 340 of file LogTools.h.
| char zypp::MLSep::_sep = '\n' |
Definition at line 341 of file LogTools.h.