libnick 2024.9.2
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
loglevel.h
Go to the documentation of this file.
1
23#ifndef LOGLEVEL_H
24#define LOGLEVEL_H
25
26namespace Nickvision::Logging
27{
31 enum class LogLevel
32 {
33 Debug,
34 Info,
35 Warning,
36 Error,
37 Critical // /<A critical message.
38 };
39}
40
41#endif //LOGLEVEL_H
Definition logger.h:34
LogLevel
Levels of log messages.
Definition loglevel.h:32
@ Warning
A warning message.
@ Info
An informational message.
@ Error
An error message.