Class: Resque::Plugins::MultiStepTask::StdOutLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/resque/plugins/multi_step_task.rb

Instance Method Summary collapse

Instance Method Details

#debug(*args) ⇒ Object



23
# File 'lib/resque/plugins/multi_step_task.rb', line 23

def debug(*args); puts args; end

#info(*args) ⇒ Object



22
# File 'lib/resque/plugins/multi_step_task.rb', line 22

def info(*args); puts args; end

#warn(*args) ⇒ Object



21
# File 'lib/resque/plugins/multi_step_task.rb', line 21

def warn(*args); puts args; end