KF2-AdminAutoLogin/AAL/Classes/_Logger.uc
GenZmeY 82fd1a2f4f update .editorconfig
I changed my mind a little
2023-05-02 22:31:58 +03:00

20 lines
186 B
Ucode

class _Logger extends Object
abstract;
enum E_LogLevel
{
LL_WrongLevel,
LL_None,
LL_Fatal,
LL_Error,
LL_Warning,
LL_Info,
LL_Debug,
LL_Trace,
LL_All
};
defaultproperties
{
}