66 Log.
Trace(
"Debug: " + debug.Message);
71 Log.
Trace(
"Debug: " + systemDebug.Message);
81 var rstack = (!
string.IsNullOrEmpty(runtime.StackTrace) ? (Environment.NewLine +
" " + runtime.StackTrace) :
string.Empty);
87 var hstack = (!
string.IsNullOrEmpty(handled.StackTrace) ? (Environment.NewLine +
" " + handled.StackTrace) :
string.Empty);
97 if (result.Progress == 1)
99 var orderHash = result.Results.Orders.GetHash();
100 result.Results.Statistics.Add(
"OrderListHash", orderHash);
102 var statisticsStr = $
"{Environment.NewLine}" +
103 $
"{string.Join(Environment.NewLine, result.Results.Statistics.Select(x => $"STATISTICS:: {x.Key} {x.Value}
"))}";
115 if (!notification.CanSend())
117 Log.
Error(
"Messaging.SendNotification(): Send not implemented for notification of type: " + notification.GetType().Name);