Method: Mongo::Monitoring::SDAMLogSubscriber#initialize
- Defined in:
- lib/mongo/monitoring/sdam_log_subscriber.rb
#initialize(options = {}) ⇒ SDAMLogSubscriber
Create the new log subscriber.
40 41 42 |
# File 'lib/mongo/monitoring/sdam_log_subscriber.rb', line 40 def initialize( = {}) @options = end |