1
0
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:
RaidMax
2017-11-14 15:36:55 -06:00
parent 3ccd0013b4
commit 89381bcc7d
10 changed files with 79 additions and 54 deletions

View File

@ -100,7 +100,7 @@ namespace StatsPlugin
"where",
};
public ChatDatabase(string FN) : base(FN)
public ChatDatabase(string FN, SharedLibrary.Interfaces.ILogger logger) : base(FN, logger)
{
}