Support for custom EOL per formatter

This commit is contained in:
Emad William Farag
2018-02-04 23:36:54 -05:00
parent 5ab033fba5
commit 55680db160
5 changed files with 8 additions and 8 deletions

View File

@@ -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;