mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI
This commit is contained in:
11
NzbDrone.Core/Instrumentation/ILogProvider.cs
Normal file
11
NzbDrone.Core/Instrumentation/ILogProvider.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace NzbDrone.Core.Instrumentation
|
||||
{
|
||||
public interface ILogProvider
|
||||
{
|
||||
IQueryable<Log> GetAllLogs();
|
||||
void DeleteAll();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user