# File lib/net/ssh/loggable.rb, line 48
48:     def fatal
49:       logger.add(Logger::FATAL, nil, facility) { yield } if logger
50:     end