Package org.jboss.seam.interop.jul

Examples of org.jboss.seam.interop.jul.Log4JConversionFilter


   public void create()
   {
      Filter conversionFilter = null;
      try
      {
         conversionFilter = new Log4JConversionFilter();
      }
      catch (Exception e)
      {
         // Filter isn't installed in the container
         return;
View Full Code Here

TOP

Related Classes of org.jboss.seam.interop.jul.Log4JConversionFilter

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.