https://bz.apache.org/bugzilla/show_bug.cgi?id=60589
--- Comment #2 from Woonsan Ko <[email protected]> --- (In reply to Woonsan Ko from comment #1) > - Provide logging event listener for the Logs Viewer UI feature). > (This can be a log4j2 listener implementation since I don't see any > listener support by slf4j itself (yet).) One solution is to provide a custom log4j2 Appender implementation, as the most minimal direct log4j2 (runtime) dependency, for the Logs Viewer UI. So, users are supposed to configure this custom appender and reference in to root logger to keep the same functionality. The custom appender can possibly propagate events with the logging events. -- You are receiving this mail because: You are the assignee for the bug.
