module Photish::Log::Loggable

Public Instance Methods

log() click to toggle source
# File lib/photish/log/loggable.rb, line 4
def log
  @log ||= Setup.instance.new_logger(self.class.name)
end