aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/log_subscriber.rb
Commit message (Expand)AuthorAgeFilesLines
* simplifying buffered logger for easier and slightly more performant codes. pu...Aaron Patterson2011-04-261-1/+1
* more style changessuchasurge2011-03-061-1/+1
* Makes use of class << self instead of def self.Santiago Pastorino2010-08-151-32/+31
* Whitespace and example identationJosep M. Bach2010-08-151-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* fixing typoNeeraj Singh2010-07-231-1/+1
* avoid proc activation every time a log message is madeAaron Patterson2010-07-181-9/+14
* Remove previously defined class method logger to supress warnings in Active S...rohit2010-06-261-0/+4
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+114