multiple cases and changes (whups forgot to commit)

cases  3664, 3663, 3520 (redux)
This commit is contained in:
2018-12-31 20:59:29 +00:00
parent b2ae7575bc
commit 4c8f4e769f
16 changed files with 243 additions and 84 deletions

View File

@@ -7378,6 +7378,17 @@ At first I was happy to find your code that solved my problem, but I did not lik
return sb.ToString();
}
//case 3663
static public void LogFullSupportInfoToFile()
{
log.Info("##############################");
log.Info("Support info requested, logging extra:\r\n");
log.Info(FullSupportInfo());
log.Info("##############################");
}
static public string BriefSupportInfo()
{
log.Debug("BriefSupportInfo");
@@ -7406,7 +7417,8 @@ At first I was happy to find your code that solved my problem, but I did not lik
////Sub release version if any
sb.Append(AyaBizUtils.SubVersion);
// sb.Append("Options:\r\n");
// sb.Append(AyaBizUtils.View());