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