Class LogLineParser

java.lang.Object
com.arpnetworking.metrics.proxy.parsers.LogLineParser
All Implemented Interfaces:
Parser<LogLine,byte[]>

public class LogLineParser extends Object implements Parser<LogLine,byte[]>
Represents raw log lines read from a file.
Author:
Brandon Arp (brandon dot arp at inscopemetrics dot io)
  • Constructor Details

    • LogLineParser

      public LogLineParser(Path logFile)
      Public constructor.
      Parameters:
      logFile - File the parser is attached to.
  • Method Details