class Logger
Public Instance Methods
internal(error)
click to toggle source
# File lib/octolab.rb, line 18 def internal(error) error '[!] INTERNAL SERVER ERROR - backtrace:' error error.inspect error error.backtrace error '[!] INTERNAL SERVER ERROR - end of backtrace.' end