Method: Chatterbot::Logging#critical

Defined in:
lib/chatterbot/logging.rb

#critical(s) ⇒ Object

something really bad happened, print it out and log it



19
20
21
22
# File 'lib/chatterbot/logging.rb', line 19

def critical(s)
  puts s
  debug s
end