TeensyNanoExoCode
Loading...
Searching...
No Matches
ExoCode
src
LogLevels.h
Go to the documentation of this file.
1
#ifndef LOG_LEVELS_H
2
#define LOG_LEVELS_H
3
4
enum class
LogLevel
:
int
5
{
6
Release
= 0,
7
Error
= 1,
8
Warn
= 2,
9
Debug
= 3,
10
Disable
= 4
11
};
12
13
#endif
LogLevel
LogLevel
Definition
LogLevels.h:5
LogLevel::Warn
@ Warn
LogLevel::Error
@ Error
LogLevel::Debug
@ Debug
LogLevel::Release
@ Release
LogLevel::Disable
@ Disable
Generated by
1.9.7