/
Pax Logging - 1.6.3
Pax Logging - 1.6.3
This is mainly a bug fix release of Pax Logging. See the release notes below for details.
As usual, use Maven Central (via Maven or Ivy/Gradle/SBT) to download the artifacts automatically.
Or have a look at this m2 repository location.
Release Notes - Pax Logging - Version 1.6.3
- Bug
- PAXLOGGING-109 - ConcurrentModificationException in OSGIPaxLoggingManager
- PAXLOGGING-110 - ConcurrentModificationException in LogFactory
- PAXLOGGING-111 - ConcurrentModificationException in Slf4jLoggerFactory
- Improvement
- PAXLOGGING-107 - Remove special case for j.u.l.Level.CONFIG from JdkHandler
- PAXLOGGING-108 - translate from j.u.l.Level to log4j.Level via numeric comparison to JUL intValue() ranges
- New Feature
- PAXLOGGING-106 - implement slf4j Location aware logger in PaxLogging