initialize

in src/fluent-plugin-mdsd/lib/fluent/plugin/out_mdsd.rb [216:221]


    def initialize(logger, hashtojson)
        @hashtojson = hashtojson
        @logger = logger
        @schema_mgr = SchemaManager.new(@logger)
    end