class WEBrick::BasicLog

def close

Closes the logger (also closes the log device associated to the logger)
#
def close
  @log.close if @opened
  @log = nil
end