mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-18 22:15:12 +08:00
8 lines
81 B
C#
8 lines
81 B
C#
namespace Netch.Enums;
|
|
|
|
public enum LogLevel
|
|
{
|
|
INFO,
|
|
WARNING,
|
|
ERROR
|
|
} |