Package org.apache.tomcat

Examples of org.apache.tomcat.Logger


    /**
     * Stop the background processing thread.
     */
    private void threadStop() {

  Logger logger = container.getLogger();
  if (logger != null)
      logger.log(threadName + ":  Stopping");

  stopped = true;
  try {
      threadSync.wait(5000);
  } catch (InterruptedException e) {
View Full Code Here

TOP

Related Classes of org.apache.tomcat.Logger

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.