#include "../common.h"#include <algorithm>#include <chrono>#include <cstdio>#include <cstdlib>#include <cstring>#include <ctime>#include <functional>#include <string>#include <sys/stat.h>#include <sys/types.h>#include <thread>#include <fcntl.h>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| spdlog | |
| spdlog::details | |
| spdlog::details::os | |
Macros | |
| #define | __has_feature(x) 0 |
| #define | SPDLOG_EOL "\n" |
| #define | SPDLOG_FILENAME_T(s) s |
Variables | |
| static SPDLOG_CONSTEXPR const char * | spdlog::details::os::default_eol = SPDLOG_EOL |
| static SPDLOG_CONSTEXPR const char | spdlog::details::os::folder_sep = '/' |
1.8.11