Package org.teiid.logging

Examples of org.teiid.logging.Log4jListener


  private String eventDistributorName;
  private transient EventDistributor eventDistributor;
 
    public RuntimeEngineDeployer() {
    // TODO: this does not belong here
    LogManager.setLogListener(new Log4jListener());
    }
View Full Code Here

TOP

Related Classes of org.teiid.logging.Log4jListener

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.