Module: Logify::InstanceMethods

Defined in:
lib/logify.rb

Overview

Instance methods that get included into any including object.

Instance Method Summary collapse

Instance Method Details

#logLogger

Write a message to the logger for this instance’s class.

Returns:



142
143
144
# File 'lib/logify.rb', line 142

def log
  @log ||= Logify.logger_for(self.class.name)
end