mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user