mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
simplified EventAggregator
This commit is contained in:
parent
b3c6db5997
commit
66972e5bc6
6 changed files with 187 additions and 194 deletions
|
@ -7,6 +7,9 @@ namespace NzbDrone.Test.Common
|
|||
{
|
||||
public abstract class LoggingTest
|
||||
{
|
||||
|
||||
protected Logger TestLogger = LogManager.GetLogger("TestLogger");
|
||||
|
||||
protected static void InitLogging()
|
||||
{
|
||||
if (LogManager.Configuration == null || LogManager.Configuration is XmlLoggingConfiguration)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue