Review https://github.com/JustArchi/ArchiSteamFarm/wiki/Logging for examples once I'm done updating the wiki
This commit is contained in:
JustArchi
2017-01-31 01:10:01 +01:00
parent e4f4859eb4
commit fc4574d143
23 changed files with 305 additions and 203 deletions

View File

@@ -87,7 +87,7 @@ namespace ArchiSteamFarm {
internal async Task OnPersonaState(SteamFriends.PersonaStateCallback callback) {
if (callback == null) {
Program.ArchiLogger.LogNullError(nameof(callback));
ASF.ArchiLogger.LogNullError(nameof(callback));
return;
}