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
Logger.LogInformation("Inverter {inverterId} made {energyDay} kWh today.",inverter.Id,data.EnergyDay);
40
37
}
41
38
catch(Exceptionex)
42
39
{
43
-
Logger.LogError(ex,"An error occured while executing inverter \"{inverterId}\" at \"{inverterIp}:{inverterPort}\".",inverter.Id,inverter.Ip,inverter.Port);
40
+
varmessage="An error occured while executing inverter {inverterId} at {inverterIp}:{inverterPort}.\r\nMessage: {message}";
0 commit comments