Files
SPT-Server-Build/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/LogLevel.cs
T
2025-03-07 13:16:43 +00:00

16 lines
215 B
C#

namespace SPTarkov.Server.Core.Models.Spt.Logging;
public enum LogLevel
{
Fatal,
Error,
Warn,
Success,
Info,
Custom,
Debug,
Trace
}
// TODO: needs to be moved to enums namespace