That will look for your Log4j classes in your webapp, and the log4j classes in your webapp will look for the log4j configuration in your webapp's classloader.
Joakim Erdfelt / [email protected] On Fri, Oct 9, 2015 at 4:18 AM, Bill Ross <[email protected]> wrote: > Here is how my Servlets are coded: > > import org.apache.logging.log4j.Logger; > import org.apache.logging.log4j.LogManager; > > protected static final Logger log = LogManager.getLogger(); > > Thanks, > Bill > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users >
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
