Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/LogLevel.cs
T

14 lines
168 B
C#

namespace SPTarkov.Server.Core.Models.Spt.Logging;
public enum LogLevel
{
Fatal,
Error,
Warn,
Success,
Info,
Custom,
Debug,
Trace
}