Examples of QueueLogger


Examples of org.apache.tomcat.util.qlog.QueueLogger

    private void createLogger(LogManager logManager, LogDaemon logDaemon) {
 
  if( debug>0)
      log( "Constructing logger " + name + " " + path + " " + ctx );
 
  ql=new QueueLogger();
  ql.setLogDaemon( logDaemon );
  if( ! timestamps )
      ql.setTimestamp( "false" );
  if( tsFormat!=null )
      ql.setTimestampFormat( tsFormat );
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.