9 lines
94 B
C#
9 lines
94 B
C#
namespace GameCore.Logging;
|
|
|
|
public enum LogLevel
|
|
{
|
|
Debug,
|
|
Info,
|
|
Warn,
|
|
Error
|
|
} |