Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jachguate opened this issue Mar 29, 2022 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jachguate
Copy link
Owner

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
@jachguate jachguate added the bug Something isn't working label Mar 29, 2022
@jachguate jachguate self-assigned this Mar 29, 2022
@jachguate jachguate added this to the v 2.2 milestone Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant