Skip to content

Commit 8d64f63

Browse files
committed
add single object sample
1 parent 2281190 commit 8d64f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Blazor.Extensions.Logging.Test/Pages/Index.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
logger.LogCritical("Critical: Forecast");
1919
logger.LogError(new Exception("Oh my, exception"), "Error: Forecast");
2020
logger.LogInformation(forecasts);
21+
logger.LogInformation(forecasts[0]);
2122
}
2223

2324
class WeatherForecast

0 commit comments

Comments
 (0)