|
Forward Computing and Control Pty. Ltd. Logging Package V1.3.0 2004/11/22 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Formatter
au.com.forward.logging.RobustFormatter
au.com.forward.logging.LoggingSimpleFormatter
public class LoggingSimpleFormatter
This class provides a robust simple formatter.
Constructor Summary | |
---|---|
LoggingSimpleFormatter()
|
Method Summary | |
---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
Format the given LogRecord. |
protected java.lang.String |
newLineString()
Returns the newLine setting for this class Use system newLine setting. |
Methods inherited from class au.com.forward.logging.RobustFormatter |
---|
formatMessage, toString |
Methods inherited from class java.util.logging.Formatter |
---|
getHead, getTail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingSimpleFormatter()
Method Detail |
---|
protected java.lang.String newLineString()
newLineString
in class RobustFormatter
public java.lang.String format(java.util.logging.LogRecord record)
format
in class java.util.logging.Formatter
record
- the log record to be formatted.
|
Forward Computing and Control Pty. Ltd. Logging Package V1.3.0 2004/11/22 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |