# File lib/net/ssh/loggable.rb, line 36
    def lwarn
      logger.add(Logger::WARN, nil, facility) { yield } if logger
    end