Fix build warnings for fun
This commit is contained in:
@@ -18,7 +18,7 @@ internal sealed class DalamudLogger : ILogger
|
||||
_pluginLog = pluginLog;
|
||||
}
|
||||
|
||||
public IDisposable BeginScope<TState>(TState state) => default!;
|
||||
public IDisposable BeginScope<TState>(TState state) where TState : notnull => default!;
|
||||
|
||||
public bool IsEnabled(LogLevel logLevel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user