Mainly for getting implementation details out of the composition root.pull/76/head
parent
5fa23367a3
commit
1c63121c4e
@ -1,4 +1,4 @@
|
|||||||
namespace Recyclarr;
|
namespace Recyclarr.Logging;
|
||||||
|
|
||||||
public interface ILogJanitor
|
public interface ILogJanitor
|
||||||
{
|
{
|
@ -1,6 +1,6 @@
|
|||||||
using System.IO.Abstractions;
|
using System.IO.Abstractions;
|
||||||
|
|
||||||
namespace Recyclarr;
|
namespace Recyclarr.Logging;
|
||||||
|
|
||||||
public class LogJanitor : ILogJanitor
|
public class LogJanitor : ILogJanitor
|
||||||
{
|
{
|
Loading…
Reference in new issue