Class: Trifle::Logs::Configuration
- Inherits:
-
Object
- Object
- Trifle::Logs::Configuration
- Defined in:
- lib/trifle/logs/configuration.rb
Instance Attribute Summary collapse
-
#content_formatter ⇒ Object
Returns the value of attribute content_formatter.
- #driver ⇒ Object
-
#timestamp_formatter ⇒ Object
Returns the value of attribute timestamp_formatter.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 |
# File 'lib/trifle/logs/configuration.rb', line 9 def initialize; end |
Instance Attribute Details
#content_formatter ⇒ Object
Returns the value of attribute content_formatter.
7 8 9 |
# File 'lib/trifle/logs/configuration.rb', line 7 def content_formatter @content_formatter end |
#driver ⇒ Object
11 12 13 14 15 |
# File 'lib/trifle/logs/configuration.rb', line 11 def driver raise DriverNotFound if @driver.nil? @driver end |
#timestamp_formatter ⇒ Object
Returns the value of attribute timestamp_formatter.
7 8 9 |
# File 'lib/trifle/logs/configuration.rb', line 7 def @timestamp_formatter end |