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