Esempio n. 1
0
 void ILogging.LogInfo(string botName, string message)
 {
     _logger.Information(message);
 }