-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working