Ark Server API (ASA) - Wiki
|
Typedefs | |
typedef void(* | FormatFunc) (Writer &, int, StringRef) |
Functions | |
int | safe_strerror (int error_code, char *&buffer, std::size_t buffer_size) FMT_NOEXCEPT |
void | format_error_code (Writer &out, int error_code, StringRef message) FMT_NOEXCEPT |
void | report_error (FormatFunc func, int error_code, StringRef message) FMT_NOEXCEPT |
Variables | |
const char | RESET_COLOR [] = "\x1b[0m" |
void fmt::anonymous_namespace{format.cc}::report_error | ( | FormatFunc | func, |
int | error_code, | ||
StringRef | message ) |