java.lang.Object
com.arpnetworking.metrics.proxy.models.messages.LogReport

public final class LogReport extends Object
Message class to hold data about a log entry that should be sent to clients.
Author:
Mohammed Kamel (mkamel at groupon dot com)
  • Constructor Details

    • LogReport

      public LogReport(List<String> matchingRegexes, Path file, String line, ZonedDateTime timestamp)
      Public constructor.
      Parameters:
      matchingRegexes - The regular expression(s) that matched.
      file - File the line came from.
      line - The line from the log file.
      timestamp - Timestamp the line was recorded at.
  • Method Details