예제 #1
0
파일: Logging.cs 프로젝트: hnjm/IrcBots
 void ILogging.LogInfo(string botName, string message)
 {
     _logger.Information(message);
 }