1 write to _logger
Microsoft.AspNetCore.Components (1)
Routing\Router.cs (1)
103_logger = LoggerFactory.CreateLogger<Router>();
5 references to _logger
Microsoft.AspNetCore.Components (5)
Routing\Router.cs (5)
208Log.NavigatingToComponent(_logger, endpointRouteData.PageType, locationPath, _baseUri); 230Log.NavigatingToComponent(_logger, context.Handler, locationPath, _baseUri); 249Log.DisplayingNotFound(_logger, locationPath, _baseUri); 258Log.NavigatingToExternalUri(_logger, _locationAbsolute, locationPath, _baseUri); 329Log.DisplayingNotFound(_logger);