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
4namespace iv::logs
5{
6
8{
9 Ok,
10 Warning,
11 Error,
13};
14
16{
17 Waiting,
20};
21
23{
24 Info = 0,
25 Warning = 1,
26 Error = 2,
27 Critical = 3
28};
29
35
36}// namespace iv::logs
37
38#endif//IV_SRC_LOGS_ENUMS_HPP_
Definition DownloadLogger.cpp:19
eDownloadLoggerState
Definition enums.hpp:16
eDownloadLogState
Definition enums.hpp:8
eSystemFailureLogLevel
Definition enums.hpp:23
eSystemFailureCategory
Definition enums.hpp:31