Package org.apache.avalon.framework.logger

Examples of org.apache.avalon.framework.logger.Logger.error()


            return logger;
        }
        catch ( ContextException ce )
        {
            final Logger consoleLogger = new ConsoleLogger();
            consoleLogger.error( "ContainerManager could not obtain logger manager from context "
                + "(this should not happen). Using console instead." );
            return consoleLogger;
        }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.