Log a failure event with the given exception.
45 46 47
# File 'lib/console/event/failure.rb', line 45 def self.log(subject, exception, **options) Console.error(subject, **self.for(exception).to_hash, **options) end