Class LogLineFilter


  • public class LogLineFilter
    extends Object
    • Constructor Detail

      • LogLineFilter

        public LogLineFilter()
    • Method Detail

      • prefixFilter

        public String prefixFilter​(String line)
        Some clients store logs with a prefix. Filter the prefix out of the log entry prior to parsing
        Parameters:
        line - A line from the GC log file.
        Returns:
        The same line without the prefix.