|
|
@ -22,16 +22,12 @@ SPDLOG_API std::tm gmtime(const std::time_t &time_tt) noexcept;
|
|
|
|
SPDLOG_API std::tm gmtime() noexcept;
|
|
|
|
SPDLOG_API std::tm gmtime() noexcept;
|
|
|
|
|
|
|
|
|
|
|
|
// eol definition
|
|
|
|
// eol definition
|
|
|
|
#if !defined(SPDLOG_EOL)
|
|
|
|
#ifdef _WIN32
|
|
|
|
#ifdef _WIN32
|
|
|
|
constexpr static const char *default_eol = "\r\n";
|
|
|
|
#define SPDLOG_EOL "\r\n"
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
constexpr static const char *default_eol = "\n";
|
|
|
|
#define SPDLOG_EOL "\n"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
constexpr static const char *default_eol = SPDLOG_EOL;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// folder separator
|
|
|
|
// folder separator
|
|
|
|
#if !defined(SPDLOG_FOLDER_SEPS)
|
|
|
|
#if !defined(SPDLOG_FOLDER_SEPS)
|
|
|
|
#ifdef _WIN32
|
|
|
|
#ifdef _WIN32
|
|
|
|