Method: Mongo::Utils::LocalLogger#initialize

Defined in:
lib/mongo/utils.rb

#initialize(**opts) ⇒ LocalLogger

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 LocalLogger.



26
27
28
# File 'lib/mongo/utils.rb', line 26

def initialize(**opts)
  @options = opts
end