Banuba SDK
Loading...
Searching...
No Matches
Enumerations
severity_level.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  severity_level : int {
  debug , info , warning , error ,
  none
}
 

Enumeration Type Documentation

◆ severity_level

enum class bnb::interfaces::severity_level : int
strong

Definition at line 14 of file severity_level.hpp.

14 : int {
15 debug,
16 info,
17 warning,
18 error,
19 none,
20};