1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-03 21:12:39 +00:00
Sonarr/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
}
}