Method: Laze#debug

Defined in:
lib/laze.rb

#debug(msg) ⇒ Object



22
23
24
# File 'lib/laze.rb', line 22

def debug(msg)
  LOGGER.debug(msg) if const_defined?('LOGGER')
end