Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
LogLevel.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  LogLevel {
  Print = -1 , Fatal , Error , Warning ,
  Note , Info , Debug , Debug1 ,
  Debug2 , Debug3 , Debug4 , Debug5
}
 Log levels. More...

Enumeration Type Documentation

◆ LogLevel

enum class LogLevel
strong

Log levels.

The logging priority levels in order of highest to lowest priority.

Enumerator
Print 

For print only (no file or time)

Fatal 

For fatal errors.

Error 

For serious errors.

Warning 

For minor errors and warnings.

Note 

For messages about notable events.

Info 

For informational messages.

Debug 

For important debugging messages.

Debug1 

For verbosity +1 debugging messages.

Debug2 

For verbosity +2 debugging messages.

Debug3 

For verbosity +3 debugging messages.

Debug4 

For verbosity +4 debugging messages.

Debug5 

For verbosity +5 debugging messages.