Class: Object

Inherits:
BasicObject
Defined in:
lib/safis/logging/automagic.rb

Instance Method Summary collapse

Instance Method Details

#logObject

Returns the Log for this object’s class



19
20
21
# File 'lib/safis/logging/automagic.rb', line 19

def log
  self.class.log
end