Bug 66400 - It is hoped that the log framework will be replaced by slf4j instead of log4j.
Summary: It is hoped that the log framework will be replaced by slf4j instead of log4j.
Status: RESOLVED INFORMATIONPROVIDED
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 5.2.2-FINAL
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-23 08:34 UTC by HongBo Li
Modified: 2022-12-29 06:09 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description HongBo Li 2022-12-23 08:34:16 UTC

    
Comment 1 PJ Fanning 2022-12-23 09:56:20 UTC
We won't be changing away from log4j.
Comment 2 Axel Howind 2022-12-29 04:47:56 UTC
Additional info: Recent versions of log4j2 provide a logging facade similar to SLF4J and do not rely on a specific implementation. Please use any of the available Log4j adapters to route logging to the logging implementation you use. You can also use [log4j-over-slf4j](https://www.slf4j.org/legacy.html#log4j-over-slf4j) to route logging through SLF4J.
Comment 3 sfisque 2022-12-29 06:09:37 UTC
personally i'd advocate for JUL because it's vanilla, off the shelf, and pluggable as well.  but that would require someone doing the lifting and i don't foresee that happening