easyloggingpp icon indicating copy to clipboard operation
easyloggingpp copied to clipboard

The data is written to the log file with breaks

Open tolstishka opened this issue 3 years ago • 0 comments
trafficstars

I use the easylogging++ v9.96.7. My application is running as a service. My OS is Windows Server 2022. The macro ELPP_THREAD_SAFE is defined in Visual Studio 2019: project settings -> configuration properties -> C/C++ -> preprocessor -> preprocessor definitions

Recently I noticed that the data in the log file is written with breaks.
log_writing

I use these simple constructions to send an entry to a log file:
LOG(INFO) << "Service started..."; LOG(INFO) << fmt::format("Selected {0} and {1} files.", files.f.string(), files.r.string()); Tell me, what other settings can I do to fix the entry in the log file?

tolstishka avatar Jun 21 '22 16:06 tolstishka