コード例 #1
0
ファイル: Logging.cs プロジェクト: hnjm/IrcBots
 void ILogging.LogInfo(string botName, string message)
 {
     _logger.Information(message);
 }