easyloggingpp
easyloggingpp copied to clipboard
make AutoSpacing ignore modifiers
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.