Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/buffered_logger.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9013 [9013] 03/13/08 01:54:34 david Fixed that BufferedLogger should create its own directory if one doesnt …
(edit) @8638 [8638] 01/13/08 20:39:51 nzkoz Use non-blocking writing if available. Closes #10794 [lifofifo]
(edit) @8440 [8440] 12/19/07 09:40:58 bitsweat Ruby 1.9 compat: join the buffer array explicitly rather than relying on …
(edit) @7864 [7864] 10/13/07 21:40:12 bitsweat Use FILE and LINE for BufferedLogger severity methods
(edit) @7775 [7775] 10/07/07 18:54:36 bitsweat Correct BufferedLogger#level? checks. Closes #9806.
(edit) @7739 [7739] 10/04/07 19:52:10 bitsweat Disabling auto_flushing still flushes when the buffer hits a maximum size, …
(edit) @7734 [7734] 10/03/07 23:56:34 bitsweat Explicitly convert the buffer array to a string before writing to head off …
(edit) @7732 [7732] 10/03/07 23:43:12 bitsweat BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers …
(edit) @7664 [7664] 09/28/07 14:09:35 bitsweat BufferedLogger#add converts the message to a string. Closes #9724.
(edit) @7645 [7645] 09/27/07 06:16:20 bitsweat Cleanup comment. References #9702, closes #9703.
(edit) @7643 [7643] 09/27/07 04:50:58 bitsweat BufferedLogger#add doesn't modify the message argument. Closes #9702.
(edit) @7634 [7634] 09/25/07 16:41:46 david Add BufferedLogger#add #9667 [tomafro]
(add) @7626 [7626] 09/25/07 03:47:37 david Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit …
Note: See TracRevisionLog for help on using the revision log.