Class LogFormatter


  • public class LogFormatter
    extends SimpleFormatter

    Print a brief summary of a TopLink LogRecord in a human readable format. The summary will typically be 1 or 2 lines.

    • Constructor Detail

      • LogFormatter

        public LogFormatter()
    • Method Detail

      • format

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