Binding `log4j-slf4j2-impl` to `log4j-core`

2022-12-16 Thread Piotr P. Karwasz
Hi, Since there is still some activity on LOG4J2-3601[#], I would propose to: * add `log4j-core` as runtime dependency of `log4j-slf4j2-impl` in 2.x, * remove `log4j-core` from the runtime dependencies of `log4j-slf4j-impl` in 3.x Do you have anything against it? Piotr [#] https://issues.apach

Re: [log4cxx] Stacktrace support

2022-12-16 Thread Stephen Webb
I am not able to think of any use-case where filtering the stacktrace data would be useful. It is already possible to put the stacktrace into the log using C++ streams - boost stacktrace provides std::basic_ostream< CharT, TraitsT > & operator<<(std::basic_ostream< CharT, TraitsT > & os,