Log4j to JUL Adapter
The Log4j 2 to JUL Adapter allows applications coded to the Log4j 2 API to be routed to java.util.logging
(JUL).
Use of this adapter may cause some loss of performance as the Log4j 2 Messages must be formatted before they can be passed to JUL. With Log4j 2 as the implementation these would normally be formatted only when they are accessed by a Filter or Appender.