= private = protected
close()
Closes the logger (also closes the log device associated to the logger)
# File lib/webrick/log.rb, line 66 def close @log.close if @opened @log = nil end