mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 15:52:25 -05:00
Misc Qodana cleanups
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace SharedLibraryCore.Interfaces
|
||||
{
|
||||
[Obsolete]
|
||||
[Obsolete("Use Microsoft.Extensions.Logging.ILogger instead")]
|
||||
public interface ILogger
|
||||
{
|
||||
void WriteVerbose(string msg);
|
||||
@ -12,4 +12,4 @@ namespace SharedLibraryCore.Interfaces
|
||||
void WriteError(string msg);
|
||||
void WriteAssert(bool condition, string msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user