simplified EventAggregator

This commit is contained in:
kay.one 2013-02-23 12:09:44 -08:00
parent b3c6db5997
commit 66972e5bc6
6 changed files with 187 additions and 194 deletions

View file

@ -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)