Class Airbrussh::Configuration
In: lib/airbrussh/configuration.rb
Parent: Object

Methods

Attributes

banner  [RW] 
color  [RW] 
command_output  [RW] 
log_file  [RW] 
monkey_patch_rake  [RW] 
task_prefix  [RW] 
truncate  [RW] 

Public Class methods

Public Instance methods

This returns an array of formatters appropriate for the configuration. Depending on whether a log file is configured, this could be just the Airbrussh:ConsoleFormatter, or that plus the LogFileFormatter.

[Validate]