Class Airbrussh::LogFileFormatter
In: lib/airbrussh/log_file_formatter.rb
Parent: SimpleDelegator

A Pretty formatter that sends its output to a specified log file path. LogFileFormatter takes care of creating the file (and its parent directory) if it does not already exist, opens it for appending, and writes a delimiter message. The file is automatically rotated if it reaches 20 MB.

Methods

new  

Attributes

path  [R] 

Public Class methods

[Validate]