Package org.jzonic.jlo.formatter.tokens

Examples of org.jzonic.jlo.formatter.tokens.TokenParser.parseLine()


     * @param lr the LogRecord
     * @return the formatted String
     */
    public String formatMessage(LogRecord lr) {
        TokenParser tp = new TokenParser();
        return tp.parseLine(lr,format);
    }

    /**
     * Sets the format that should be used to render the LogRecord. If not set
     * the default format is:<br/>
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.