Class: Lurch::Logger

Inherits:
Object
  • Object
show all
Defined in:
lib/lurch/logger.rb

Class Method Summary collapse

Class Method Details

.debug(&block) ⇒ Object



3
4
5
# File 'lib/lurch/logger.rb', line 3

def self.debug(&block)
  Lurch.configuration.logger.debug("Lurch", &block)
end