::Rack::CommonLogger
wrapper around the rack common logger to open up the file and flush the logs this is invoked with a ‘use’ command in the Builder so a new instance of ‘Logger’ in created with each request, so we do all the heavy lifting in the meta class.
# File lib/heel/logger.rb, line 18 18: def log 19: # the log can get closed if daemonized, the at_exit will close it. 20: if @log.closed? then 21: @log = File.open(@log_file, "a") 22: end 23: @log 24: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.