kLevelFatal
Fully qualified name: carb::logging::kLevelFatal
Defined in carb/logging/Log.h
-
const int32_t carb::logging::kLevelFatal = 2
Fatal level, this is for messages on unrecoverable errors.
An error has occurred and the program cannot continue. After logging such a message the caller should take immediate action to exit the program or unload the module.