Module eclipselink

Class XMLLogFormatter


  • public class XMLLogFormatter
    extends XMLFormatter

    Format a TopLink LogRecord into a standard XML format.

    • Constructor Detail

      • XMLLogFormatter

        public XMLLogFormatter()
        Default constructor.
    • Method Detail

      • format

        public String format​(LogRecord record0)
        Format the given message to XML.
        Overrides:
        format in class XMLFormatter
        Parameters:
        record0 - the log record to be formatted.
        Returns:
        a formatted log record