We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2281190 commit 8d64f63Copy full SHA for 8d64f63
test/Blazor.Extensions.Logging.Test/Pages/Index.razor
@@ -18,6 +18,7 @@
18
logger.LogCritical("Critical: Forecast");
19
logger.LogError(new Exception("Oh my, exception"), "Error: Forecast");
20
logger.LogInformation(forecasts);
21
+ logger.LogInformation(forecasts[0]);
22
}
23
24
class WeatherForecast
0 commit comments