1 write to _logger
Microsoft.AspNetCore.Components (1)
Routing\Router.cs (1)
103_logger = LoggerFactory.CreateLogger<Router>();
4 references to _logger
Microsoft.AspNetCore.Components (4)
Routing\Router.cs (4)
206Log.NavigatingToComponent(_logger, endpointRouteData.PageType, locationPath, _baseUri); 228Log.NavigatingToComponent(_logger, context.Handler, locationPath, _baseUri); 247Log.DisplayingNotFound(_logger, locationPath, _baseUri); 256Log.NavigatingToExternalUri(_logger, _locationAbsolute, locationPath, _baseUri);