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

GetDebugFileName() public method

public GetDebugFileName ( ) : string
return string
        public string GetDebugFileName()
        {
            return GetLogFilePath() + "/" + logFileName + "_" + AssertDateStamp.FileDate() + logFileExt;
        }