Method: ThriftRack::Logger#initialize
- Defined in:
- lib/thrift_rack/logger.rb
#initialize(app) ⇒ Logger
Returns a new instance of Logger.
5 6 7 |
# File 'lib/thrift_rack/logger.rb', line 5 def initialize(app) @app = app end |
Returns a new instance of Logger.
5 6 7 |
# File 'lib/thrift_rack/logger.rb', line 5 def initialize(app) @app = app end |