initialize

in src/fluent-plugin-mdsd/lib/fluent/plugin/out_mdsd.rb [13:21]


        def initialize()
            super
            require_relative 'Liboutmdsdrb'

            @mdsdMsgMaker = nil
            @mdsdLogger = nil
            @mdsdTagPrefix = nil
        end