We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504ec62 commit 4700fb4Copy full SHA for 4700fb4
1 file changed
ECoreNetto.Reporting/Generators/XlReportGenerator.cs
@@ -312,9 +312,9 @@ private void FormatSheet(IXLWorksheet worksheet)
312
worksheet.Rows().AdjustToContents();
313
worksheet.Columns().AdjustToContents();
314
}
315
- catch (Exception e)
+ catch (Exception ex)
316
{
317
- this.logger.LogWarning("Problem loading fonts when adjusting to contents {Exception}", e);
+ this.logger.LogWarning(ex, "Problem loading fonts when adjusting to contents");
318
319
320
0 commit comments