aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/logger.rb
Commit message (Expand)AuthorAgeFilesLines
* BufferedLogger is deprecated too.Rafael Mendonça França2012-12-211-1/+1
* Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f...David Heinemeier Hansson2012-12-211-19/+2
* Make sure that ActiveSupport::Logger includes the Logger extensions from core...David Heinemeier Hansson2012-12-211-2/+19
* Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...David Heinemeier Hansson2012-12-211-20/+3
* Fix doc pointing to non existent logger class [ci skip]Carlos Antonio da Silva2012-12-211-1/+1
* AS core_ext refactoringAlexey Gaziev2012-04-291-2/+2
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-0/+3
* Cleanup logger a bit.José Valim2010-10-081-38/+11
* Minor typos: 'built-in' instead of 'built in', 'built into' instead of 'built...Jaime Iniesta2010-07-091-1/+1
* removed default Formatter in logger, not needed with 1.8.7 upwardsJosh Kalderimis2010-06-221-38/+0
* Better code formatting and proper line numbers for stack tracesNeeraj Singh2010-05-141-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-2/+3
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-6/+6
* Merge with docrailsPratik Naik2008-12-071-0/+2
* Moved Logger extensions into core_extJoshua Peek2008-08-271-1/+128
* Add around methods to Logger. Closes #3809Michael Koziarski2006-02-261-0/+16