Rewrite entire ASF logging, as preparation for #354

This commit is contained in:
JustArchi
2016-11-06 12:06:02 +01:00
parent 770fe6c333
commit 8b3b822938
30 changed files with 701 additions and 672 deletions

View File

@@ -27,7 +27,7 @@ namespace GUI {
internal void OnStateUpdated(SteamFriends.PersonaStateCallback callback) {
if (callback == null) {
Logging.LogNullError(nameof(callback));
Bot.ArchiLogger.LogNullError(nameof(callback));
return;
}