Loggability::LogClient::

InstanceMethods

module

Stuff that gets added to instances of Classes that are log hosts.

Public Instance Methods

anchor
log()

Delegate to the class’s logger.

# File lib/loggability.rb, line 273
def log
        @__log ||= Loggability[ self.class ].proxy_for( self )
end
anchor
log_host_key()

Fetch the key of the log host the instance of this client targets

# File lib/loggability.rb, line 267
def log_host_key
        return self.class.log_host_key
end