org.eclipse.datatools.connectivity.oda.util.logging
Class SimpleFormatter
java.lang.Object
   org.eclipse.datatools.connectivity.oda.util.logging.LogFormatter
org.eclipse.datatools.connectivity.oda.util.logging.LogFormatter
       org.eclipse.datatools.connectivity.oda.util.logging.SimpleFormatter
org.eclipse.datatools.connectivity.oda.util.logging.SimpleFormatter
- public class SimpleFormatter 
- extends LogFormatter
Formats a LogRecord into an understandable format.
 It generates a string output of the LogRecord in the form of:
 
 Log Level       Time        Log Message
 
  ...
 
| Method Summary | 
|  java.lang.String | format(LogRecord record)Formats the specified
 LogRecordto an understandable 
 format. | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SimpleFormatter
public SimpleFormatter()
- Creates an SimpleFormatterinstance.
 
format
public java.lang.String format(LogRecord record)
- Formats the specified LogRecordto an understandable 
 format.
 
- 
- Specified by:
- formatin class- LogFormatter
 
- 
- Parameters:
- record- the- LogRecordto format.
- Returns:
- the formatted string.