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.
path | [R] | The absolute path of the file being logged to. |
Create a logger to the file at path. Options are passed through to the Writer constructor.