public class XRSimpleLogFormatter extends Formatter
| Constructor and Description |
|---|
XRSimpleLogFormatter()
Constructor for the XRSimpleLogFormatter object
|
| Modifier and Type | Method and Description |
|---|---|
String |
format(LogRecord record)
Format the given log record and return the formatted string.
|
String |
formatMessage(LogRecord record)
Localize and format the message string from a log record.
|
String |
getHead(Handler h)
Return the header string for a set of formatted records.
|
String |
getTail(Handler h)
Return the tail string for a set of formatted records.
|
public XRSimpleLogFormatter()
public String format(LogRecord record)
public String formatMessage(LogRecord record)
formatMessage in class Formatterrecord - PARAMCopyright © 2016. All rights reserved.