This commit is contained in:
2020-02-14 13:50:06 +01:00
parent 73bfb00299
commit f636abc2fc
12 changed files with 2234 additions and 2440 deletions

View File

@@ -248,7 +248,7 @@ Public Class RefreshHelper
timespan_ = String.Format("{0:00}.{1:00} seconds", ts.Seconds, ts.Milliseconds / 10)
End If
If timespan_ <> "00:00.00" Then
Dim message = String.Format("{0} || {1}", timespan_, label)
Dim message = String.Format("PerformanceWatch {0} || {1}", timespan_, label)
If LOGCONFIG.Debug = True Then
LOGGER.Debug(message)