module Net::SSH::Loggable

def fatal

greater.
Displays the result of yielding if the log level is Logger::FATAL or
def fatal
  logger.add(Logger::FATAL, nil, facility) { yield } if logger && logger.fatal?
end