Package freenet.client.events

Examples of freenet.client.events.EventLogger


    this.priorityClass = priorityClass;
    bucketFactory = bf;
    this.persistentFileTracker = node.persistentTempBucketFactory;
    random = r;
    this.eventProducer = new SimpleEventProducer();
    eventProducer.addEventListener(new EventLogger(LogLevel.MINOR, false));
    curMaxLength = Long.MAX_VALUE;
    curMaxTempLength = Long.MAX_VALUE;
    curMaxMetadataLength = 1024 * 1024;
    this.persistentBucketFactory = node.persistentTempBucketFactory;
    this.realTimeFlag = realTimeFlag;
View Full Code Here

TOP

Related Classes of freenet.client.events.EventLogger

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.