示例#1
0
文件: Logging.cs 项目: hnjm/IrcBots
 void ILogging.LogInfo(string botName, string message)
 {
     _logger.Information(message);
 }