# File lib/webrick/log.rb, line 49
def
error
(
msg
)
log
(
ERROR
,
"ERROR "
<<
format
(
msg
));
end