Class Log4r::FileOutputter
In: /home/cepheus/projects/prep/log4r-1.0.1/src/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
filename  [R] 
trunc  [R] 
Public Class methods
new(_name, hash={})