1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-25 01:11:43 +00:00
Radarr/NzbDrone.Core/Instrumentation/LogLevel.cs

12 lines
No EOL
170 B
C#

namespace NzbDrone.Core.Instrumentation
{
public enum LogLevel
{
Trace,
Debug,
Info,
Warn,
Error,
Fatal
}
}