Method: Eye::Logger::ObjectExt#logger_tag

Defined in:
lib/eye/logger.rb

#logger_tagObject



23
24
25
# File 'lib/eye/logger.rb', line 23

def logger_tag
  [Class, Module].include?(self.class) ? to_s : "<#{self.class}>"
end