I’ve been quite happy with Dominique’s (SDL)logging unit, but now I need something a bit stronger.
It should be threaded (and thread safe) and allow diagnostics/searching.
For speed it doesn’t need to save to file, just keep the record in mem and dump it when requested.
But keep the sprit old logger style, MyLogger.Add(self, ‘My message’, OperationType)

Googling I only found EstLogger, which looks very nice but the project died about 3 years ago and its incomplete..
I also found a few expensive ones..

Do anyone knows about a free/OpenSource logging tool?