Agora
1.2.0
Agora project
|
Go to the documentation of this file.
24 #if !defined(SPDLOG_EOL)
26 # define SPDLOG_EOL "\r\n"
28 # define SPDLOG_EOL "\n"
35 #if !defined(SPDLOG_FOLDER_SEPS)
37 # define SPDLOG_FOLDER_SEPS "\\/"
39 # define SPDLOG_FOLDER_SEPS "/"
91 #if (defined(SPDLOG_WCHAR_TO_UTF8_SUPPORT) || defined(SPDLOG_WCHAR_FILENAMES)) && defined(_WIN32)
116 #ifdef SPDLOG_HEADER_ONLY
#define SPDLOG_EOL
Definition: os.h:28
remove_cvref_t< decltype(*detail::range_begin(std::declval< Range >()))> value_type
Definition: ranges.h:226
SPDLOG_INLINE bool in_terminal(FILE *file) SPDLOG_NOEXCEPT
Definition: os-inl.h:447
#define SPDLOG_NOEXCEPT
Definition: common.h:64
target
Definition: mm_gui.py:125
SPDLOG_INLINE int rename(const filename_t &filename1, const filename_t &filename2) SPDLOG_NOEXCEPT
Definition: os-inl.h:177
SPDLOG_INLINE void sleep_for_millis(unsigned int milliseconds) SPDLOG_NOEXCEPT
Definition: os-inl.h:376
static const SPDLOG_CONSTEXPR char folder_seps[]
Definition: os.h:43
SPDLOG_INLINE bool path_exists(const filename_t &filename) SPDLOG_NOEXCEPT
Definition: os-inl.h:187
string mode
Definition: mm_gui.py:105
SPDLOG_INLINE spdlog::log_clock::time_point now() SPDLOG_NOEXCEPT
Definition: os-inl.h:71
SPDLOG_INLINE int remove_if_exists(const filename_t &filename) SPDLOG_NOEXCEPT
Definition: os-inl.h:172
SPDLOG_INLINE int utc_minutes_offset(const std::tm &tm)
Definition: os-inl.h:263
SPDLOG_INLINE bool is_color_terminal() SPDLOG_NOEXCEPT
Definition: os-inl.h:416
SPDLOG_INLINE bool fopen_s(FILE **fp, const filename_t &filename, const filename_t &mode)
Definition: os-inl.h:123
filename
Definition: parse_all_dl.m:14
SPDLOG_INLINE bool create_dir(const filename_t &path)
Definition: os-inl.h:545
SPDLOG_INLINE std::tm gmtime(const std::time_t &time_tt) SPDLOG_NOEXCEPT
Definition: os-inl.h:103
SPDLOG_INLINE std::string filename_to_str(const filename_t &filename)
Definition: os-inl.h:398
SPDLOG_INLINE std::tm localtime(const std::time_t &time_tt) SPDLOG_NOEXCEPT
Definition: os-inl.h:84
std::string SPDLOG_INLINE getenv(const char *field)
Definition: os-inl.h:590
SPDLOG_INLINE size_t filesize(FILE *f)
Definition: os-inl.h:209
SPDLOG_INLINE int pid() SPDLOG_NOEXCEPT
Definition: os-inl.h:404
static const SPDLOG_CONSTEXPR filename_t::value_type folder_seps_filename[]
Definition: os.h:44
#define SPDLOG_FOLDER_SEPS
Definition: os.h:39
SPDLOG_INLINE size_t _thread_id() SPDLOG_NOEXCEPT
Definition: os-inl.h:330
#define SPDLOG_FILENAME_T(s)
Definition: common.h:123
static const SPDLOG_CONSTEXPR char * default_eol
Definition: os.h:32
Definition: json.hpp:5213
SPDLOG_INLINE int remove(const filename_t &filename) SPDLOG_NOEXCEPT
Definition: os-inl.h:163
std::string filename_t
Definition: common.h:122
#define SPDLOG_API
Definition: common.h:40
SPDLOG_INLINE size_t thread_id() SPDLOG_NOEXCEPT
Definition: os-inl.h:364
#define SPDLOG_CONSTEXPR
Definition: common.h:65
SPDLOG_INLINE filename_t dir_name(const filename_t &path)
Definition: os-inl.h:584