Class Lumberjack::Device::LogFile
In: lib/lumberjack/device/log_file.rb
Parent: Writer

This is a logging device that appends log entries to a file.

Methods

new  

Attributes

path  [R]  The absolute path of the file being logged to.

Public Class methods

Create a logger to the file at path. Options are passed through to the Writer constructor.

[Validate]