Unit tests working; added logger adapter.
This commit is contained in:
7
src/ApplicationCore/Interfaces/IAppLogger.cs
Normal file
7
src/ApplicationCore/Interfaces/IAppLogger.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ApplicationCore.Interfaces
|
||||
{
|
||||
public interface IAppLogger<T>
|
||||
{
|
||||
void LogWarning(string message, params object[] args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user