Class: Rack::App::Logger

Inherits:
Logger
  • Object
show all
Defined in:
lib/rack/app/logger.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Logger

Returns a new instance of Logger.



5
6
7
8
# File 'lib/rack/app/logger.rb', line 5

def initialize(*args)
  super
  configure!
end

Instance Attribute Details

#id=(value) ⇒ Object

Sets the attribute id

Parameters:

  • value

    the value to set the attribute id to.



3
4
5
# File 'lib/rack/app/logger.rb', line 3

def id=(value)
  @id = value
end