Agora
1.2.0
Agora project
|
#include <spdlog/pattern_formatter.h>
#include <spdlog/details/fmt_helper.h>
#include <spdlog/details/log_msg.h>
#include <spdlog/details/os.h>
#include <spdlog/fmt/fmt.h>
#include <spdlog/formatter.h>
#include <algorithm>
#include <array>
#include <chrono>
#include <ctime>
#include <cctype>
#include <cstring>
#include <iterator>
#include <memory>
#include <mutex>
#include <string>
#include <thread>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
spdlog | |
spdlog::details | |
Functions | |
static const char * | spdlog::details::ampm (const tm &t) |
static int | spdlog::details::to12h (const tm &t) |
Variables | |
static std::array< const char *, 7 > | spdlog::details::days {{"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}} |
static std::array< const char *, 7 > | spdlog::details::full_days {{"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}} |
static const std::array< const char *, 12 > | spdlog::details::months {{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"}} |
static const std::array< const char *, 12 > | spdlog::details::full_months |