Files
Prowlarr-Prowlarr/src/NzbDrone.Test.Common/TestLogOutput.cs
2019-09-03 23:21:15 -04:00

10 lines
133 B
C#

namespace NzbDrone.Test.Common
{
public enum TestLogOutput
{
Console = 0,
File = 1,
None = 2
}
}