Method: Foreplay#log

Defined in:
lib/foreplay.rb

#log(message, options = {}) ⇒ Object



10
11
12
# File 'lib/foreplay.rb', line 10

def log(message, options = {})
  Foreplay::Engine::Logger.new(message, options)
end