File scoped namespaces
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface ILogInitializer
|
||||
{
|
||||
void SetupLogger(string fullLogFilePath);
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
void RefreshLoggingLevel();
|
||||
}
|
||||
public interface ILogInitializer
|
||||
{
|
||||
void SetupLogger(string fullLogFilePath);
|
||||
|
||||
void RefreshLoggingLevel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user