LoggingLevel.h
Go to the documentation of this file.
1 // Copyright (c) 2019 Digital Barriers
4 
7 #pragma once
8 
9 #ifdef __cplusplus
10 namespace EdgeVisSDKCore
11 {
12  extern "C" {
13 #endif
14 
20  {
21  off = 0,
22  trace = 1,
23  debug = 3,
24  info = 5,
25  warning = 6,
26  error = 7
27  };
28 
29 #ifdef __cplusplus
30  }
31 }
32 #endif
LoggingLevel
Contains the available logging levels.
Definition: LoggingLevel.h:19
Definition: AreaOfInterestConfig.h:32