You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"Starting game '{processInfo.Game}' with '{processInfo.BuildType}' configuration and with launch arguments '{arguments}'");
21
+
_logger?.LogDebug("Starting game '{Process}' with '{BuildType}' configuration and with launch arguments '{Args}'",processInfo.Game,processInfo.BuildType,arguments);
Logger?.LogTrace($"Game detected at location: {wrongGameFound.GameLocation?.FullName} "+
102
-
$"but Platform {actualPlatform} was not requested.");
101
+
Logger?.LogTrace("Game detected at location: {Location} but Platform {Platform} was not requested.",wrongGameFound.GameLocation?.FullName,actualPlatform);
_logger?.LogTrace($"Searching mods with at location '{directory.FullName}' of location kind '{modLocationKind}' for game '{game}'");
43
+
_logger?.LogTrace("Searching mods with at location '{Directory}' of location kind '{Kind}' for game '{Game}'",directory.FullName,modLocationKind,game);
0 commit comments