You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the log is cached, a TjachLogToFMXMemo writer is registered and a call to WriteCachedLog is executed, the memo shows the Cached LOG Write BEGIN and END messages together, followed by all the cached messages.
The expected behavior is to show the BEGIN message, then all the cached messages and the END message afterwards.
A example log shows like this:
2022-03-29 00:22:49:554 00002DBC Info Cached LOG Write BEGIN ********************
2022-03-29 00:22:49:554 00002DBC Info Cached LOG Write END **********************
2022-03-28 00:22:48:266 00002DBC Info [General]Message No. 1
2022-03-28 00:22:48:266 00002DBC Info [General]Message No. 2
2022-03-28 00:22:48:266 00002DBC Info [General]Message No. 3
...etc
The text was updated successfully, but these errors were encountered:
When the log is cached, a
TjachLogToFMXMemo
writer is registered and a call toWriteCachedLog
is executed, the memo shows the Cached LOG Write BEGIN and END messages together, followed by all the cached messages.The expected behavior is to show the BEGIN message, then all the cached messages and the END message afterwards.
A example log shows like this:
The text was updated successfully, but these errors were encountered: