mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
Misc Qodana cleanups
This commit is contained in:
@ -4,7 +4,7 @@ using ILogger = SharedLibraryCore.Interfaces.ILogger;
|
||||
|
||||
namespace IW4MAdmin.Application.Misc
|
||||
{
|
||||
[Obsolete]
|
||||
[Obsolete("Use Microsoft.Extensions.Logging.ILogger instead")]
|
||||
public class Logger : ILogger
|
||||
{
|
||||
private readonly Microsoft.Extensions.Logging.ILogger _logger;
|
||||
|
Reference in New Issue
Block a user