コード例 #1
0
 public LoggerAdaptor(log4net.ILog logger)
 {
     _logger = logger;
     _type   = logger.GetType();
 }