carb::logging::kLevelInfo

Defined in carb/logging/Log.h

const int32_t carb::logging::kLevelInfo = -1

Info level, this is for informational messages.

They are usually triggered on state changes and typically we should not see the same message on every frame.