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

Enumerations

enum  level_enum {
  trace = 0 , debug = 1 , info = 2 , warn = 3 ,
  err = 4 , critical = 5 , off = 6
}
 

Functions

const char * to_str (spdlog::level::level_enum l)
 
const char * to_short_str (spdlog::level::level_enum l)
 

Variables

static const char *level_names[] SPDLOG_LEVEL_NAMES
 
static const char * short_level_names [] { "T", "D", "I", "W", "E", "C", "O" }
 

Enumeration Type Documentation

◆ level_enum

Enumerator
trace 
debug 
info 
warn 
err 
critical 
off 

Definition at line 74 of file common.h.

Function Documentation

◆ to_short_str()

const char * spdlog::level::to_short_str ( spdlog::level::level_enum l)
inline

Definition at line 97 of file common.h.

+ Here is the caller graph for this function:

◆ to_str()

const char * spdlog::level::to_str ( spdlog::level::level_enum l)
inline

Definition at line 92 of file common.h.

+ Here is the caller graph for this function:

Variable Documentation

◆ short_level_names

const char* spdlog::level::short_level_names[] { "T", "D", "I", "W", "E", "C", "O" }
static

Definition at line 90 of file common.h.

◆ SPDLOG_LEVEL_NAMES

const char* level_names [] spdlog::level::SPDLOG_LEVEL_NAMES
static

Definition at line 88 of file common.h.