aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/tagged_logging.rb
Commit message (Expand)AuthorAgeFilesLines
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-6/+7
* Revert "Use join without default separator"José Valim2012-08-231-2/+2
* Use join without default separatorPiotr Niełacny2012-07-201-2/+2
* Revert "Merge pull request #7084 from LTe/logger_default_separator"Aaron Patterson2012-07-181-1/+1
* Don't use default separatorPiotr Niełacny2012-07-181-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-1/+1
* Provide access to logger instance within TaggedLogging blocksFND2012-03-191-1/+1
* make the tagged formatter extend the existing formatterAaron Patterson2012-03-121-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-211-5/+5
|\
| * Why do we even need a constant here? A variable is fine.Semyon Perepelitsa2012-01-211-4/+4
| * TaggedLogging wraps an object, not a class.Semyon Perepelitsa2012-01-211-1/+1
| * Do not use the same Logger constant for class (from stdlib) and for instance ...Semyon Perepelitsa2012-01-211-4/+4
* | move tagged logging to a module, stop proxying every method callAaron Patterson2012-01-191-36/+32
|/
* simplify some TaggedLogging methodsSergey Nartimov2012-01-181-2/+2
* use thread variable in TaggedLoggingSergey Nartimov2012-01-171-3/+2
* Remove Array.wrap calls in ActiveSupportRafael Mendonça França2012-01-061-1/+1
* A few doc changesVijay Dev2011-12-241-3/+3
* Fix AS test suite.José Valim2011-12-101-0/+1
* * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelchAaron Patterson2011-12-091-2/+1
* Fix typo in AS::TaggedLoggingClaudio Poli2011-11-291-1/+1
* Checking blank if tag might coming nil or blankArun Agrawal2011-10-211-1/+2
* Ensure TaggegLogging is thread safe.José Valim2011-10-191-13/+22
* Programatically define the log level methods and use the Logger constants ins...David Heinemeier Hansson2011-10-191-23/+8
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+68