- rework: Logging logic and file logging
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Nebula.Shared.Services.Logging;
|
||||
|
||||
public interface ILogger
|
||||
public interface ILogger : IDisposable
|
||||
{
|
||||
public void Log(LoggerCategory loggerCategory, string message);
|
||||
}
|
||||
Reference in New Issue
Block a user