Files
mtapi/MtService/LogLevel.h
T

11 lines
104 B
C
Raw Permalink Normal View History

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