- add: Service think
This commit is contained in:
6
Nebula.Launcher/Services/Logging/ILogger.cs
Normal file
6
Nebula.Launcher/Services/Logging/ILogger.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Nebula.Launcher.Services.Logging;
|
||||
|
||||
public interface ILogger
|
||||
{
|
||||
public void Log(LoggerCategory loggerCategory, string message);
|
||||
}
|
||||
Reference in New Issue
Block a user