Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Pulsar
-
Platform Sprint 154
Description
With the upgrade to Log4J2, see CMS-10707, the current Log4jListener (CMS-10653) and ExecuteOnLogLevel (REPO-480) classes needed to be rewritten.
As Log4J2 provides better ways to intercept log events dynamically, a new solution has been crafted: Log4jInterceptor.
This class now replaces both the Log4jListener and ExecuteOnLogLevel classes, which have been dropped (and all their usages replaced).
Extensive usage instructions are provided through the Log4jInterceptor class level javadocs.