Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1
#ifndef IV_SRC_LOGS_ENUMS_HPP_
2
#define IV_SRC_LOGS_ENUMS_HPP_
3
4
namespace
iv::logs
5
{
6
7
enum class
eDownloadLogState
8
{
9
Ok
,
10
Warning
,
11
Error
,
12
ChildError
13
};
14
15
enum class
eDownloadLoggerState
16
{
17
Waiting
,
18
InProcess
,
19
Finished
20
};
21
22
enum class
eSystemFailureLogLevel
23
{
24
Info
= 0,
25
Warning
= 1,
26
Error
= 2,
27
Critical
= 3
28
};
29
30
enum class
eSystemFailureCategory
31
{
32
Communications
,
33
Threads
34
};
35
36
}
// namespace iv::logs
37
38
#endif
//IV_SRC_LOGS_ENUMS_HPP_
iv::logs
Definition
DownloadLogger.cpp:19
iv::logs::eDownloadLoggerState
eDownloadLoggerState
Definition
enums.hpp:16
iv::logs::eDownloadLoggerState::Waiting
@ Waiting
iv::logs::eDownloadLoggerState::InProcess
@ InProcess
iv::logs::eDownloadLoggerState::Finished
@ Finished
iv::logs::eDownloadLogState
eDownloadLogState
Definition
enums.hpp:8
iv::logs::eDownloadLogState::Warning
@ Warning
iv::logs::eDownloadLogState::ChildError
@ ChildError
iv::logs::eDownloadLogState::Error
@ Error
iv::logs::eDownloadLogState::Ok
@ Ok
iv::logs::eSystemFailureLogLevel
eSystemFailureLogLevel
Definition
enums.hpp:23
iv::logs::eSystemFailureLogLevel::Critical
@ Critical
iv::logs::eSystemFailureLogLevel::Info
@ Info
iv::logs::eSystemFailureCategory
eSystemFailureCategory
Definition
enums.hpp:31
iv::logs::eSystemFailureCategory::Threads
@ Threads
iv::logs::eSystemFailureCategory::Communications
@ Communications
src
logs
enums.hpp
Generated by
1.12.0