There's no documentation for this item.
# File webrick/log.rb, line 82 def log(level, data) tmp = Time.now.strftime(@time_format) tmp << " " << data super(level, tmp) end
<code/>
<pre/>
<code/>and<pre/>for code samples.