Class: Trifle::Logs::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/trifle/logs/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



9
# File 'lib/trifle/logs/configuration.rb', line 9

def initialize; end

Instance Attribute Details

#content_formatterObject

Returns the value of attribute content_formatter.



7
8
9
# File 'lib/trifle/logs/configuration.rb', line 7

def content_formatter
  @content_formatter
end

#driverObject

Raises:



11
12
13
14
15
# File 'lib/trifle/logs/configuration.rb', line 11

def driver
  raise DriverNotFound if @driver.nil?

  @driver
end

#timestamp_formatterObject

Returns the value of attribute timestamp_formatter.



7
8
9
# File 'lib/trifle/logs/configuration.rb', line 7

def timestamp_formatter
  @timestamp_formatter
end