module Net::SSH::Loggable
def facility
originates. It defaults to the name of class with the object_id
Sets the "facility" value, used for reporting where a log message
def facility @facility ||= self.class.to_s.gsub(/::/, ".").gsub(/([a-z])([A-Z])/, "\\1_\\2").downcase + "[%x]" % object_id end