Logger
Responds to :debug, :info, :warn, and :error
Each method takes a topic, and a message or block
Example: debug('Hooks', 'Hook 1 triggered')
76 77 78
# File 'lib/doing/wwid/wwid.rb', line 76 def logger @logger ||= Doing.logger end