Esempio n. 1
0
 public void Add(AlertType type, LocalizedHtmlString message)
 {
     _logger.LogInformation($"The alert of type '{type.ToString()}' was added for display. Message: '{message.ToHtmlString()}'.");
     _alerts.Add(new AlertInfo(type, message));
 }