![]() |
Ark Server API (ASE) - Wiki
|
#include "../formatter.h"#include "../details/log_msg.h"#include "../details/os.h"#include "../fmt/fmt.h"#include <chrono>#include <ctime>#include <memory>#include <mutex>#include <string>#include <thread>#include <utility>#include <vector>#include <array>
Include dependency graph for pattern_formatter_impl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | spdlog |
| namespace | spdlog::details |
| namespace | spdlog::details::anonymous_namespace{pattern_formatter_impl.h} |
Functions | |
| static const char * | spdlog::details::ampm (const tm &t) |
| static int | spdlog::details::to12h (const tm &t) |
| static fmt::MemoryWriter & | spdlog::details::pad_n_join (fmt::MemoryWriter &w, int v1, int v2, char sep) |
| static fmt::MemoryWriter & | spdlog::details::pad_n_join (fmt::MemoryWriter &w, int v1, int v2, int v3, char sep) |
Variables | |
| static const std::string | spdlog::details::days [] { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" } |
| static const std::string | spdlog::details::full_days [] { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" } |
| static const std::string | spdlog::details::months [] { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec" } |
| static const std::string | spdlog::details::full_months [] { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" } |