public class IfsXMLFormatter extends XMLFormatter
Constructor and Description |
---|
IfsXMLFormatter() |
Modifier and Type | Method and Description |
---|---|
protected void |
addCallerInfo(LogRecord logRecord,
StringBuffer sb)
Add info about the object that issued the log request.
|
String |
format(LogRecord logRecord)
Format the log record for publishing.
|
getHead, getTail
formatMessage
public String format(LogRecord logRecord)
format
in class XMLFormatter
logRecord
- the log record to be formatted.protected void addCallerInfo(LogRecord logRecord, StringBuffer sb)
logRecord
- a LogRecord for the log requestsb
- a String Buffer that holds the formatted output.Copyright © 2023. All rights reserved.