org.ow2.util.log
Class JDKFormatter
java.lang.Object
java.util.logging.Formatter
org.ow2.util.log.JDKFormatter
public class JDKFormatter
- extends Formatter
Format a record into a readable message ! not too long.
- Author:
- Florent Benoit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKFormatter
public JDKFormatter()
format
public String format(LogRecord logRecord)
- Format the given LogRecord.
- Specified by:
format in class Formatter
- Parameters:
logRecord - the log record to be formatted.
- Returns:
- a formatted log record
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.