mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Set test log output via environment variable
This commit is contained in:
parent
2dddf8cb33
commit
899f12fd0c
4 changed files with 61 additions and 4 deletions
9
src/NzbDrone.Test.Common/TestLogOutput.cs
Normal file
9
src/NzbDrone.Test.Common/TestLogOutput.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace NzbDrone.Test.Common
|
||||
{
|
||||
public enum TestLogOutput
|
||||
{
|
||||
Console = 0,
|
||||
File = 1,
|
||||
None = 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue