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