class Mongo::Utils::LocalLogger

Attributes

options[R]

Public Class Methods

new(**opts) click to toggle source
# File lib/mongo/utils.rb, line 25
def initialize(**opts)
  @options = opts
end