Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Make sure that ActiveSupport::Logger includes the Logger extensions ↵ | David Heinemeier Hansson | 2012-12-21 | 1 | -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 Hansson | 2012-12-21 | 1 | -3/+1 |
| | | | | core_ext/logger | ||||
* | Add ActiveSupport::Logger#silence that works the same as the old ↵ | David Heinemeier Hansson | 2012-12-21 | 1 | -0/+4 |
| | | | | Logger#silence extension | ||||
* | update AS docs [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | pushed broadcasting down to a module | Aaron Patterson | 2012-01-20 | 1 | -46/+34 |
| | |||||
* | made the broadcast logger quack more like a logger | Aaron Patterson | 2012-01-20 | 1 | -0/+24 |
| | |||||
* | add a broadcasting logger so we can split logs | Aaron Patterson | 2012-01-20 | 1 | -0/+23 |
| | |||||
* | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger | Aaron Patterson | 2011-12-19 | 1 | -0/+18 |
from Ruby stdlib. |