Package org.jzonic.jlo.formatter.tokens

Examples of org.jzonic.jlo.formatter.tokens.TokenParser


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

TOP

Related Classes of org.jzonic.jlo.formatter.tokens.TokenParser

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.