Log level halfway there

This commit is contained in:
Mark McDowall
2013-07-24 08:08:31 -07:00
parent f162c5848f
commit 84af2be14a
7 changed files with 87 additions and 3 deletions
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Configuration.Events
{
public class ConfigFileSavedEvent : IEvent
{
}
}