added log trim command

This commit is contained in:
Keivan Beigi
2013-06-18 18:01:08 -07:00
parent 279f8b5d73
commit 73f3459264
16 changed files with 62 additions and 69 deletions

View File

@@ -0,0 +1,8 @@
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Instrumentation.Commands
{
public class TrimLogCommand : ICommand
{
}
}