public void RetrievingContentForAboutPage(string contentPath)
 => _logger.LogInformationAsync(_correlationProvider, $"Retrieving markdown content '{contentPath}' for about page.");
Пример #2
0
 public void AttemptToRetrieveAllProducts()
 => _logger.LogInformationAsync(_correlationProvider, "Attempting to retrieve all products.");
 public void StartingProcessingRequest(params object[] data)
 => _logger.LogInformationAsync(_correlationProvider, "Attempting to process request.", data: data);