multiple cases and changes (whups forgot to commit)
cases 3664, 3663, 3520 (redux)
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user