Package com.betfair.cougar.logging.rolling

Examples of com.betfair.cougar.logging.rolling.RollingFileManager


                              String policy,
                              Formatter formatter) throws IOException {
        if (formatter == null) {
            throw new IllegalArgumentException("formatter must not be null");
        }
        roller = new RollingFileManager(fileName, append, policy, this, getErrorManager());
        flushAfterPublish = flush;
        setFormatter(formatter);
        setLevel(Level.ALL);
    }
View Full Code Here

TOP

Related Classes of com.betfair.cougar.logging.rolling.RollingFileManager

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.