2
0
mirror of synced 2025-02-05 13:15:10 +00:00
2023-04-12 13:53:55 +02:00

12 lines
150 B
C#

namespace DistTestCore.Codex
{
public enum CodexLogLevel
{
Trace,
Debug,
Info,
Warn,
Error
}
}