Radarr/src/NzbDrone.Test.Common/TestLogOutput.cs

10 lines
133 B
C#

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