Package org.jboss.stdio

Examples of org.jboss.stdio.LoggingWriter


      poolingStrategy.setConnectionListenerFactory(this);

      // Give it somewhere to tell people things
      String categoryName = poolingStrategy.getManagedConnectionFactory().getClass().getName() + "." + jndiName;
      PrintWriter logWriter = new PrintWriter(new LoggingWriter(categoryName, "INFO"));
      try
      {
         poolingStrategy.getManagedConnectionFactory().setLogWriter(logWriter);
      }
      catch (ResourceException re)
View Full Code Here

TOP

Related Classes of org.jboss.stdio.LoggingWriter

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.