mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Support custom eol style using a define in tweakme.h
By default use the platform convention (i.e. "\r\n" on windows), but make it possible to set a custom end-of-line string without implementing a custom formatter.
This commit is contained in:
@@ -63,3 +63,8 @@
|
||||
// Uncomment to enable usage of wchar_t for file names on Windows.
|
||||
// #define SPDLOG_WCHAR_FILENAMES
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// uncomment the below to override spdlog's default eol
|
||||
// #define SPDLOG_EOL "\n"
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user