Package org.apache.tomcat.util.qlog

Examples of org.apache.tomcat.util.qlog.LogDaemon.stop()


  // engineShutdown shouldn't be called on local modules anyway !

  LogDaemon logDaemon=(LogDaemon)cm.getNote("tc.LogDaemon");
  if( logDaemon!=null ) {
      try{
    logDaemon.stop();
      } catch( Exception ex ) {
    ex.printStackTrace();
      }
      //      cm.setNote( "tc.LogDaemon", null );
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.