Method: StackifyRubyAPM::Log#fatal

Defined in:
lib/stackify_apm/log.rb

#fatal(msg, *args, &block) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



25
26
27
# File 'lib/stackify_apm/log.rb', line 25

def fatal(msg, *args, &block)
  log(:fatal, msg, *args, &block)
end