Skip to content

FMXMemo writer: CachedLogWrite Begin/End messages appear together #1

@jachguate

Description

@jachguate

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 working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions