This commit is contained in:
JustArchi
2020-12-31 01:00:26 +01:00
parent eb14d75430
commit 34a355f0ea

View File

@@ -219,7 +219,9 @@ namespace ArchiSteamFarm.NLog {
string loggedMessage = previousMethodName + "() " + steamID.AccountType + " " + steamID64 + (handled.HasValue ? " = " + handled.Value : "");
LogEventInfo logEventInfo = new(LogLevel.Trace, Logger.Name, loggedMessage);
logEventInfo.Properties["AccountType"] = steamID.AccountType;
logEventInfo.Properties["Handled"] = handled;
logEventInfo.Properties["SteamID"] = steamID64;
Logger.Log(logEventInfo);