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, getTailformatMessagepublic String format(LogRecord logRecord)
format in class XMLFormatterlogRecord - 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 © 2025. All rights reserved.