Files

11 lines
104 B
C
Raw Permalink Normal View History

#pragma once
enum class LogLevel
{
Fatal,
Error,
Warning,
Info,
Debug,
Trace
};