9 lines
114 B
C#
9 lines
114 B
C#
namespace DTLib.Logging.New;
|
|
|
|
public enum LogSeverity
|
|
{
|
|
Debug=1,
|
|
Info=2,
|
|
Warn=4,
|
|
Error=8
|
|
} |