Package org.apache.log4j.helpers

Examples of org.apache.log4j.helpers.CountingQuietWriter


/* 220 */     this.maxFileSize = OptionConverter.toFileSize(value, this.maxFileSize + 1L);
/*     */   }
/*     */
/*     */   protected void setQWForFiles(Writer writer)
/*     */   {
/* 225 */     this.qw = new CountingQuietWriter(writer, this.errorHandler);
/*     */   }
View Full Code Here

TOP

Related Classes of org.apache.log4j.helpers.CountingQuietWriter

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.