# File lib/webrick/log.rb, line 48
def
fatal
(
msg
)
log
(
FATAL
,
"FATAL "
<<
format
(
msg
));
end