Method: Cequel::Metal::RequestLogger#initialize
- Defined in:
- lib/cequel/metal/request_logger.rb
#initialize ⇒ RequestLogger
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of RequestLogger.
17 18 19 |
# File 'lib/cequel/metal/request_logger.rb', line 17 def initialize self.slowlog_threshold = 2000 end |