|
static const char * | kAm = "AM" |
|
static const base::type::char_t * | kAppNameFormatSpecifier = ELPP_LITERAL("%app") |
|
static const char * | kConfigurationComment = "##" |
|
static const char * | kConfigurationLevel = "*" |
|
static const char * | kConfigurationLoggerId = "--" |
|
struct { |
const char * el::base::consts::brief |
|
const char * el::base::consts::detail |
|
const char * el::base::consts::name |
|
int el::base::consts::numb |
|
} | kCrashSignals [] |
|
static const int | kCrashSignalsCount = sizeof(kCrashSignals) / sizeof(kCrashSignals[0]) |
|
static const base::type::char_t * | kCurrentHostFormatSpecifier = ELPP_LITERAL("%host") |
|
static const base::type::char_t * | kCurrentUserFormatSpecifier = ELPP_LITERAL("%user") |
|
static const base::type::char_t * | kDateTimeFormatSpecifier = ELPP_LITERAL("%datetime") |
|
static const char * | kDateTimeFormatSpecifierForFilename = "%datetime" |
|
static const char * | kDays [7] = { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" } |
|
static const char * | kDaysAbbrev [7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" } |
|
static const base::type::char_t * | kDebugLevelLogValue = ELPP_LITERAL("DEBUG") |
|
static const base::type::char_t * | kDebugLevelShortLogValue = ELPP_LITERAL("D") |
|
static const char * | kDefaultDateTimeFormat = "%Y-%M-%d %H:%m:%s,%g" |
|
static const char * | kDefaultDateTimeFormatInFilename = "%Y-%M-%d_%H-%m" |
|
static const char * | kDefaultLogFile = "myeasylog.log" |
|
static const char * | kDefaultLogFileParam = "--default-log-file" |
|
static const char * | kDefaultLoggerId = "default" |
|
static const unsigned int | kDefaultSubsecondPrecision = 3 |
|
static const base::type::char_t * | kErrorLevelLogValue = ELPP_LITERAL("ERROR") |
|
static const base::type::char_t * | kErrorLevelShortLogValue = ELPP_LITERAL("E") |
|
static const base::type::char_t * | kFatalLevelLogValue = ELPP_LITERAL("FATAL") |
|
static const base::type::char_t * | kFatalLevelShortLogValue = ELPP_LITERAL("F") |
|
static const char * | kFilePathSeperator = "/" |
|
static const char | kFormatSpecifierChar = '%' |
|
static const char | kFormatSpecifierCharValue = 'v' |
|
static const base::type::char_t * | kInfoLevelLogValue = ELPP_LITERAL("INFO") |
|
static const base::type::char_t * | kInfoLevelShortLogValue = ELPP_LITERAL("I") |
|
static const base::type::char_t * | kLogFileBaseFormatSpecifier = ELPP_LITERAL("%fbase") |
|
static const base::type::char_t * | kLogFileFormatSpecifier = ELPP_LITERAL("%file") |
|
static const base::type::char_t * | kLogFunctionFormatSpecifier = ELPP_LITERAL("%func") |
|
static const base::type::char_t * | kLoggerIdFormatSpecifier = ELPP_LITERAL("%logger") |
|
static const base::type::char_t * | kLogLineFormatSpecifier = ELPP_LITERAL("%line") |
|
static const base::type::char_t * | kLogLocationFormatSpecifier = ELPP_LITERAL("%loc") |
|
static const unsigned int | kMaxLogPerContainer = 100 |
|
static const unsigned int | kMaxLogPerCounter = 100000 |
|
static const base::type::VerboseLevel | kMaxVerboseLevel = 9 |
|
static const base::type::char_t * | kMessageFormatSpecifier = ELPP_LITERAL("%msg") |
|
static const char * | kMonths [12] |
|
static const char * | kMonthsAbbrev [12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" } |
|
static const char * | kNullPointer = "nullptr" |
|
static const char * | kPerformanceLoggerId = "performance" |
|
static const Level | kPerformanceTrackerDefaultLevel = Level::Info |
|
static const char * | kPm = "PM" |
|
static const base::type::char_t * | kSeverityLevelFormatSpecifier = ELPP_LITERAL("%level") |
|
static const base::type::char_t * | kSeverityLevelShortFormatSpecifier = ELPP_LITERAL("%levshort") |
|
static const std::size_t | kSourceFilenameMaxLength = 100 |
|
static const std::size_t | kSourceLineMaxLength = 10 |
|
static const base::type::char_t * | kThreadIdFormatSpecifier = ELPP_LITERAL("%thread") |
|
struct { |
const base::type::char_t * el::base::consts::unit |
|
double el::base::consts::value |
|
} | kTimeFormats [] |
|
static const int | kTimeFormatsCount = sizeof(kTimeFormats) / sizeof(kTimeFormats[0]) |
|
static const base::type::char_t * | kTraceLevelLogValue = ELPP_LITERAL("TRACE") |
|
static const base::type::char_t * | kTraceLevelShortLogValue = ELPP_LITERAL("T") |
|
static const char * | kUnknownHost = "unknown-host" |
|
static const char * | kUnknownUser = "user" |
|
static const char * | kValidLoggerIdSymbols |
|
static const base::type::char_t * | kVerboseLevelFormatSpecifier = ELPP_LITERAL("%vlevel") |
|
static const base::type::char_t * | kVerboseLevelLogValue |
|
static const base::type::char_t * | kVerboseLevelShortLogValue = ELPP_LITERAL("V") |
|
static const base::type::char_t * | kWarningLevelLogValue = ELPP_LITERAL("WARNING") |
|
static const base::type::char_t * | kWarningLevelShortLogValue = ELPP_LITERAL("W") |
|
static const int | kYearBase = 1900 |
|
Namespace containing constants used internally.