namespace SPT.Common.Models.Logging
{
public enum EServerLogLevel
Error = 0,
Warn = 1,
Success = 2,
Info = 3,
Custom = 4,
Debug = 5
}