Exemplo n.º 1
0
 public IFtpLog CreateLog(FtpConnection connection)
 {
     return(new FtpLog(LogManager.GetLogger(connection.GetType())));
 }