class Mongo::Monitoring::TopologyOpeningLogSubscriber

Subscribes to Topology Opening events and logs them.

@since 2.4.0

Private Instance Methods

log_event(event) click to toggle source
# File lib/mongo/monitoring/topology_opening_log_subscriber.rb, line 25
def log_event(event)
  log_debug("Topology type '#{event.topology.display_name.downcase}' initializing.")
end