Package org.jboss.logging

Examples of org.jboss.logging.NullLoggerPluginInstance


  
   String name;

   public LoggerPluginInstance getInstance(String name, final String resourceBundleName)
   {
    return new NullLoggerPluginInstance(name, this);
   }
View Full Code Here

TOP

Related Classes of org.jboss.logging.NullLoggerPluginInstance

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.