logger=(logger)
Sets the logger for this application. See the class Logger for an explanation.
# File lib/logger.rb, line 693 def logger=(logger) @log = logger end