aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/logger.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
|
* Revert "Make sure that ActiveSupport::Logger includes the Logger extensions ↵David Heinemeier Hansson2012-12-211-1/+3
| | | | | | from core_ext/logger" (some confusion over deprecation) This reverts commit d00f568a83a5159ed93618b1081bd17858536d1c.
* Make sure that ActiveSupport::Logger includes the Logger extensions from ↵David Heinemeier Hansson2012-12-211-3/+1
| | | | core_ext/logger
* Add ActiveSupport::Logger#silence that works the same as the old ↵David Heinemeier Hansson2012-12-211-0/+4
| | | | Logger#silence extension
* 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
from Ruby stdlib.