Class | WEBrick::Log |
In: |
webrick/log.rb
|
Parent: | BasicLog |
time_format | [RW] |
# File webrick/log.rb, line 77 def initialize(log_file=nil, level=nil) super(log_file, level) @time_format = "[%Y-%m-%d %H:%M:%S]" end