Electroneum
el::base::consts Namespace Reference

Namespace containing constants used internally. More...

Variables

struct {
   double   el::base::consts::value
 
   const base::type::char_t *   el::base::consts::unit
 
kTimeFormats []
 
struct {
   int   el::base::consts::numb
 
   const char *   el::base::consts::name
 
   const char *   el::base::consts::brief
 
   const char *   el::base::consts::detail
 
kCrashSignals []
 

Detailed Description

Namespace containing constants used internally.

Variable Documentation

◆ brief

const char* el::base::consts::brief

Definition at line 796 of file easylogging++.h.

◆ detail

const char* el::base::consts::detail

Definition at line 797 of file easylogging++.h.

◆ kCrashSignals

const { ... } el::base::consts::kCrashSignals[]
Initial value:
= {
{
SIGABRT, "SIGABRT", "Abnormal termination",
"Program was abnormally terminated."
},
{
SIGFPE, "SIGFPE", "Erroneous arithmetic operation",
"Arithemetic operation issue such as division by zero or operation resulting in overflow."
},
{
SIGILL, "SIGILL", "Illegal instruction",
"Generally due to a corruption in the code or to an attempt to execute data."
},
{
SIGSEGV, "SIGSEGV", "Invalid access to memory",
"Program is trying to read an invalid (unallocated, deleted or corrupted) or inaccessible memory."
},
{
SIGINT, "SIGINT", "Interactive attention signal",
"Interruption generated (generally) by user or operating system."
},
}

◆ kTimeFormats

const { ... } el::base::consts::kTimeFormats[]
Initial value:
= {
{ 1000.0f, ELPP_LITERAL("us") },
{ 1000.0f, ELPP_LITERAL("ms") },
{ 60.0f, ELPP_LITERAL("seconds") },
{ 60.0f, ELPP_LITERAL("minutes") },
{ 24.0f, ELPP_LITERAL("hours") },
{ 7.0f, ELPP_LITERAL("days") }
}
#define ELPP_LITERAL(txt)

◆ name

const char* el::base::consts::name

Definition at line 795 of file easylogging++.h.

◆ numb

int el::base::consts::numb

Definition at line 794 of file easylogging++.h.

◆ unit

const base::type::char_t* el::base::consts::unit

Definition at line 783 of file easylogging++.h.

◆ value

double el::base::consts::value

Definition at line 782 of file easylogging++.h.