I'm gathering ideas, all proposals are welcome.
In a real time complex data processing library, I need to generate very explicit and complete diagnostic messages when a serious exception is thrown. Memory print and CPU usage is a big constraint. I have veru complex object graphs to trace.
I read about log4j NDC and MDC but it isn't appropriate for my needs.
Any ideas ?