mirror of
https://github.com/vacp2p/cs-codex-dist-tests.git
synced 2025-02-23 07:48:27 +00:00
12 lines
150 B
C#
12 lines
150 B
C#
|
namespace DistTestCore.Codex
|
|||
|
{
|
|||
|
public enum CodexLogLevel
|
|||
|
{
|
|||
|
Trace,
|
|||
|
Debug,
|
|||
|
Info,
|
|||
|
Warn,
|
|||
|
Error
|
|||
|
}
|
|||
|
}
|