StringToLogLevelMapping#

Fully qualified name: carb::logging::StringToLogLevelMapping

Defined in carb/logging/Log.h

struct StringToLogLevelMapping#

A struct that describes level name to integer value.

Public Members

const char *name#

Log level name.

int32_t level#

Log level integer value (see Log Levels)