Package org.apache.logging.log4j.core.config.xml

Examples of org.apache.logging.log4j.core.config.xml.XmlConfiguration


                    }
                }

                try {
                    if (source != null) {
                        return new XmlConfiguration(source);
                    }
                } catch (final Exception ex) {
                    // Ignore this error.
                }
                System.err.println("Unable to process configuration at " + path + ", using default.");
View Full Code Here

TOP

Related Classes of org.apache.logging.log4j.core.config.xml.XmlConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.