Class
Log4r::FileOutputter
In: log4r/outputter/fileoutputter.rb
Parent: IOOutputter

Convenience wrapper for File. Additional hash arguments are:

:filename
Name of the file to log to.
:trunc
Truncate the file?
Methods

new,
Attributes

 [R]  :filename
 [R]  :trunc
Public Class methods
new(_name, hash={}) src