File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
log4j-jul/src/main/java/org/apache/logging/log4j/jul Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class ApiLogger extends Logger {
4545
4646 private static final org .apache .logging .log4j .Logger LOGGER = StatusLogger .getLogger ();
4747 private static final String MUTATOR_DISABLED =
48- "Ignoring call to `j.ul .Logger.{}({})`, since the Log4j API does not provide methods to modify the underlying implementation.\n "
48+ "Ignoring call to `j.u.l .Logger.{}({})`, since the Log4j API does not provide methods to modify the underlying implementation.\n "
4949 + "To modify the configuration using JUL, use an `AbstractLoggerAdapter` appropriate for your logging implementation.\n "
5050 + "See https://logging.apache.org/log4j/3.x/log4j-jul.html#log4j.jul.loggerAdapter for more information." ;
5151
You can’t perform that action at this time.
0 commit comments