12 lines
143 B
C#
12 lines
143 B
C#
namespace CodexPlugin
|
|
{
|
|
public enum CodexLogLevel
|
|
{
|
|
Trace,
|
|
Debug,
|
|
Info,
|
|
Warn,
|
|
Error
|
|
}
|
|
}
|