new(log_file=nil, level=nil)
public
Same as BasicLog#initialize
You can set the timestamp format through #time_format
# File lib/webrick/log.rb, line 143
def initialize(log_file=nil, level=nil)
super(log_file, level)
@time_format = "[%Y-%m-%d %H:%M:%S]"
end