mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Support for custom EOL per formatter
This commit is contained in:
@@ -140,8 +140,7 @@ inline bool operator!=(const std::tm& tm1, const std::tm& tm2)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
SPDLOG_CONSTEXPR static const char* eol = SPDLOG_EOL;
|
||||
SPDLOG_CONSTEXPR static int eol_size = sizeof(SPDLOG_EOL) - 1;
|
||||
SPDLOG_CONSTEXPR static const char* default_eol = SPDLOG_EOL;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user