Get Support
Home
Components
Examples
Namespaces
Classes
Files
File List
File Members
SDKs
EdgeVisSDKCore
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
19
enum
LoggingLevel
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
LoggingLevel
Contains the available logging levels.
Definition:
LoggingLevel.h:19
EdgeVisSDKCore
Definition:
AreaOfInterestConfig.h:32