2
0
mirror of synced 2025-01-09 08:12:10 +00:00
2023-09-20 10:51:47 +02:00

12 lines
143 B
C#

namespace CodexPlugin
{
public enum CodexLogLevel
{
Trace,
Debug,
Info,
Warn,
Error
}
}