method
fatal
v1_9_2_180 -
Show latest stable
- Class:
WEBrick::BasicLog
fatal(msg)public
No documentation available.
# File lib/webrick/log.rb, line 48
def fatal(msg) log(FATAL, "FATAL " << format(msg)); end fatal(msg)No documentation available.
# File lib/webrick/log.rb, line 48
def fatal(msg) log(FATAL, "FATAL " << format(msg)); end