Apache.NMS.ActiveMQ.NetTxRecoveryPolicy.RegisterRecoveryLoggerFactory C# (CSharp) Method

RegisterRecoveryLoggerFactory() public method

public RegisterRecoveryLoggerFactory ( string scheme, Type factoryType ) : void
scheme string
factoryType System.Type
return void
        public void RegisterRecoveryLoggerFactory(string scheme, Type factoryType)
        {
            LOGGER_FACTORY_TYPES[scheme] = factoryType;
        }