Initial commit.
This commit is contained in:
9
Wino.Core.Domain/Interfaces/ILogInitializer.cs
Normal file
9
Wino.Core.Domain/Interfaces/ILogInitializer.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface ILogInitializer
|
||||
{
|
||||
void SetupLogger(string logFolderPath);
|
||||
|
||||
void RefreshLoggingLevel();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user