Class: Rack::App::Logger
- Inherits:
-
Logger
- Object
- Logger
- Rack::App::Logger
- Defined in:
- lib/rack/app/logger.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
writeonly
Sets the attribute id.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Logger
constructor
A new instance of Logger.
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
3 4 5 |
# File 'lib/rack/app/logger.rb', line 3 def id=(value) @id = value end |