instance method
logger
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
logger()
No documentation comment.
Source
# File railties/lib/fcgi_handler.rb, line 112
def logger
@logger ||= Logger.new(@log_file_path)
end
Defined in railties/lib/fcgi_handler.rb line 112
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in RailsFCGIHandler