Apache.NMS.ActiveMQ.Transactions.RecoveryFileLogger.RecoveryFileLogger C# (CSharp) Method

RecoveryFileLogger() public method

public RecoveryFileLogger ( ) : System
return System
        public RecoveryFileLogger()
        {
            // Set the path by default to the location of the executing assembly.
            // May need to change this to current working directory, not sure.
            this.location = "";
        }