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)
242Log.NavigatingToComponent(_logger, endpointRouteData.PageType, locationPath, _baseUri); 268Log.NavigatingToComponent(_logger, context.Handler, locationPath, _baseUri); 289Log.DisplayingNotFound(_logger, locationPath, _baseUri); 300Log.NavigatingToExternalUri(_logger, _locationAbsolute, locationPath, _baseUri); 388Log.DisplayingNotFound(_logger);