libnick 2024.9.2
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
Nickvision::Logging Namespace Reference

Classes

class  Logger
 A logger of application messages. More...
 

Enumerations

enum class  LogLevel {
  Debug , Info , Warning , Error ,
  Critical
}
 Levels of log messages. More...
 

Enumeration Type Documentation

◆ LogLevel

enum class Nickvision::Logging::LogLevel
strong

Levels of log messages.

Enumerator
Debug 

A debug message.

Info 

An informational message.

Warning 

A warning message.

Error 

An error message.

Critical