com.imsl
Class IMSLFormatter
java.lang.Object
java.util.logging.Formatter
com.imsl.IMSLFormatter
public class IMSLFormatter
- extends Formatter
Simple formatter for classes that implement logging.
- See Also:
- ZeroSystem Example with Logging
Method Summary |
String |
format(LogRecord record)
Format the given log record and return the formatted string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMSLFormatter
public IMSLFormatter()
format
public String format(LogRecord record)
- Format the given log record and return the formatted string.
The LogRecord's message field must contain a reference to one of the
resource files in the JMSL Library.
- Specified by:
format
in class Formatter
- Parameters:
record
- the log record to be formatted.
- Returns:
- the formatted log record.
Copyright © 1970-2010 Visual Numerics, Inc.
Built July 30 2010.