* @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/>