Package org.jdoinstruments.boot

Examples of org.jdoinstruments.boot.JDOinstrumentsLogFormatter


                                         "/salamanca0.log";

            Handler fh = new FileHandler(System.getProperty("user.dir") +
                                         "/salamanca%g.log", limit, limit, true);

            fh.setFormatter(new JDOinstrumentsLogFormatter());
            Logger logger = Logger.getLogger("salamanca");
            logger.addHandler(fh);
            Logger.getLogger("salamanca").setLevel(Level.FINE);

View Full Code Here

TOP

Related Classes of org.jdoinstruments.boot.JDOinstrumentsLogFormatter

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.