mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
Added logger instance to database class, more informative fail messages.
Logs all HTTP requests
This commit is contained in:
@ -100,7 +100,7 @@ namespace StatsPlugin
|
||||
"where",
|
||||
};
|
||||
|
||||
public ChatDatabase(string FN) : base(FN)
|
||||
public ChatDatabase(string FN, SharedLibrary.Interfaces.ILogger logger) : base(FN, logger)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user