Method: Console::Event::Failure#emit

Defined in:
lib/console/event/failure.rb

#emit(*arguments, **options) ⇒ Object

Log the failure event.



76
77
78
79
80
# File 'lib/console/event/failure.rb', line 76

def emit(*arguments, **options)
  options[:severity] ||= :error
  
  super
end