NG.AssertDebug.AssertDebugConfig.Save C# (CSharp) Method

Save() public static method

public static Save ( ) : string
return string
        public static string Save()
        {
            string pathFile = instance.GetLogFilePath() + "/" + personalSettingsXmlFile;
            Save(pathFile);
            return pathFile;
        }

Same methods

AssertDebugConfig::Save ( string fileName ) : void