aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/logger.rb
Commit message (Expand)AuthorAgeFilesLines
* Accessing ivar with Symbols might be just a very little bit better than with ...Akira Matsuda2019-07-311-1/+1
* Fix the LoggerSilence to work as described:Edouard CHIN2018-10-021-15/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* `Broadcast#silence` breaks custom loggers that does not include `LoggerSilence`.Guo Xiang Tan2016-10-241-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Make sure the yielded variable is the loggerRafael Mendonça França2016-06-101-2/+2
* Broadcast #silence on logger. Rewrite tests.Kevin McPhillips2016-06-091-0/+18
* Fix logger silencing for broadcasted loggersPiotr Jakubowski2016-02-111-0/+7
* Remove unused instance variableschneems2016-01-061-1/+0
* [close #22917] Don't output to `STDOUT` twiceschneems2016-01-061-1/+11
* Revert "Add Logger option to disable message broadcasts"schneems2016-01-051-12/+3
* Removed extra "the" in the documentation of `broadcast_message` [ci skip]Prathamesh Sonpatki2015-12-281-1/+1
* Merge pull request #22771 from nwjsmith/document-broadcast-messagesEileen M. Uchitelle2015-12-271-1/+9
|\
| * Document `Logger#broadcast_messages` optionNate Smith2015-12-231-1/+9
* | Fixes LoggerSilence#silence threadsafetyCarl P. Corliss2015-12-231-0/+14
|/
* Add Logger option to disable message broadcastsNate Smith2015-12-161-3/+5
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f...David Heinemeier Hansson2012-12-211-1/+3
* Make sure that ActiveSupport::Logger includes the Logger extensions from core...David Heinemeier Hansson2012-12-211-3/+1
* Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...David Heinemeier Hansson2012-12-211-0/+4
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-1/+1
* pushed broadcasting down to a moduleAaron Patterson2012-01-201-46/+34
* made the broadcast logger quack more like a loggerAaron Patterson2012-01-201-0/+24
* add a broadcasting logger so we can split logsAaron Patterson2012-01-201-0/+23
* * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-0/+18