Closed nojaf closed 9 months ago
From the trenches:
stepLog.LogWarning(sprintf "Foo %dm %ds {Wasted}\n{Result}" (int timespan.TotalMinutes) timespan.Seconds, timeWasteString, result)
This gives Error GRA-LOGTEMPLMISSVALS-001 - The given values in your call to ILogger.LogWarning don't match the expected templated args but probably shouldn't.
Error GRA-LOGTEMPLMISSVALS-001 - The given values in your call to ILogger.LogWarning don't match the expected templated args
From the trenches:
This gives
Error GRA-LOGTEMPLMISSVALS-001 - The given values in your call to ILogger.LogWarning don't match the expected templated args
but probably shouldn't.