Class SmartInspectFormatter


  • public final class SmartInspectFormatter
    extends Formatter
    Used by the SmartInspectHandler class to create a string representation of a LogRecord instance.
    • Constructor Detail

      • SmartInspectFormatter

        public SmartInspectFormatter()
    • Method Detail

      • format

        public String format​(LogRecord record)
        Overridden. Formats a LogRecord.
        Specified by:
        format in class Formatter
        Parameters:
        record - The LogRecord to format
        Returns:
        A string representation of the supplied LogRecord