Google

Class
Log4r::RollingFileOutputter
In: log4r/outputter/rollingfileoutputter.rb
Parent: FileOutputter

RollingFileOutputter - subclass of FileOutputter that rolls files on size or time. Additional hash arguments are:

:maxsize
Maximum size of the file in bytes.
:trunc
Maximum age of the file in seconds.
Methods

new,
Attributes

 [R]  :count
 [R]  :maxsize
 [R]  :maxtime
 [R]  :startTime
Public Class methods
new(_name, hash={}) src