1 write to _logger
Microsoft.AspNetCore.Components (1)
Routing\Router.cs (1)
112_logger = LoggerFactory.CreateLogger<Router>();
5 references to _logger
Microsoft.AspNetCore.Components (5)
Routing\Router.cs (5)
233Log.NavigatingToComponent(_logger, endpointRouteData.PageType, locationPath, _baseUri); 255Log.NavigatingToComponent(_logger, context.Handler, locationPath, _baseUri); 274Log.DisplayingNotFound(_logger, locationPath, _baseUri); 283Log.NavigatingToExternalUri(_logger, _locationAbsolute, locationPath, _baseUri); 354Log.DisplayingNotFound(_logger);