easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

make AutoSpacing ignore modifiers

Open yalov opened this issue 2 years ago • 0 comments

if
el::Loggers::addFlag(el::LoggingFlag::AutoSpacing); then
LOG(INFO) << "speed:" << std::fixed << std::setprecision(2) << 5.33333 << "m/s";

create spaces also for the format modifiers.

It is, probably, undesired behavior.

yalov avatar Aug 31 '23 13:08 yalov