Package org.eclipse.persistence.internal.helper

Examples of org.eclipse.persistence.internal.helper.DateFormatThreadLocal


     * Create a new AbstractSessionLog
     */
    public AbstractSessionLog() {
        this.writer = new PrintWriter(System.out);
        this.level = getDefaultLoggingLevel();
        this.dateFormat = new DateFormatThreadLocal(DATE_FORMAT_STR, null);
    }

TOP

Related Classes of org.eclipse.persistence.internal.helper.DateFormatThreadLocal

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.