Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
spdlog::details Namespace Reference

Namespaces

namespace  anonymous_namespace{pattern_formatter_impl.h}
 
namespace  os
 

Classes

class  a_formatter
 
class  A_formatter
 
class  async_log_helper
 
class  b_formatter
 
class  B_formatter
 
class  file_helper
 
class  flag_formatter
 
class  level_formatter
 
struct  log_msg
 
class  mpmc_bounded_queue
 
struct  null_atomic_int
 
struct  null_mutex
 
class  registry_t
 
class  short_level_formatter
 
class  SPDLOG_FINAL
 

Typedefs

typedef registry_t< std::mutex > registry
 

Functions

static const char * ampm (const tm &t)
 
static int to12h (const tm &t)
 
static fmt::MemoryWriterpad_n_join (fmt::MemoryWriter &w, int v1, int v2, char sep)
 
static fmt::MemoryWriterpad_n_join (fmt::MemoryWriter &w, int v1, int v2, int v3, char sep)
 

Variables

static const std::string days [] { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }
 
static const std::string full_days [] { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" }
 
static const std::string months [] { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec" }
 
static const std::string full_months [] { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" }
 

Typedef Documentation

◆ registry

Definition at line 211 of file registry.h.

Function Documentation

◆ ampm()

static const char * spdlog::details::ampm ( const tm & t)
static

Definition at line 71 of file pattern_formatter_impl.h.

+ Here is the caller graph for this function:

◆ pad_n_join() [1/2]

static fmt::MemoryWriter & spdlog::details::pad_n_join ( fmt::MemoryWriter & w,
int v1,
int v2,
char sep )
static

Definition at line 123 of file pattern_formatter_impl.h.

+ Here is the caller graph for this function:

◆ pad_n_join() [2/2]

static fmt::MemoryWriter & spdlog::details::pad_n_join ( fmt::MemoryWriter & w,
int v1,
int v2,
int v3,
char sep )
static

Definition at line 130 of file pattern_formatter_impl.h.

+ Here is the caller graph for this function:

◆ to12h()

static int spdlog::details::to12h ( const tm & t)
static

Definition at line 76 of file pattern_formatter_impl.h.

+ Here is the caller graph for this function:

Variable Documentation

◆ days

const std::string spdlog::details::days[] { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }
static

Definition at line 82 of file pattern_formatter_impl.h.

◆ full_days

const std::string spdlog::details::full_days[] { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" }
static

Definition at line 92 of file pattern_formatter_impl.h.

◆ full_months

const std::string spdlog::details::full_months[] { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" }
static

Definition at line 112 of file pattern_formatter_impl.h.

◆ months

const std::string spdlog::details::months[] { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec" }
static

Definition at line 102 of file pattern_formatter_impl.h.