Class LogEntry

java.lang.Object
org.bedework.bwlogs.LogEntry
Direct Known Subclasses:
ReqInOutLogEntry

public class LogEntry extends Object
User: mike Date: 1/14/20 Time: 22:20
  • Field Details

    • req

      protected String req
    • curPos

      protected int curPos
    • millis

      public Long millis
    • sinceLastMillis

      public long sinceLastMillis
    • sinceStartMillis

      public long sinceStartMillis
    • dt

      public String dt
    • level

      public String level
    • className

      public String className
    • taskId

      public String taskId
    • logText

      public String logText
    • unparsed

      public boolean unparsed
    • entries

      public List<LogEntry> entries
    • lastAdded

      public LogEntry lastAdded
  • Constructor Details

    • LogEntry

      public LogEntry()
  • Method Details

    • unparsed

      public void unparsed(String req)
    • parse

      public Integer parse(String req, String logName, String logLevel)
      Parameters:
      req - log entry
      Returns:
      position we reached or null for bad record
    • addLogEntry

      public void addLogEntry(LogEntry val)
    • sameTask

      public boolean sameTask(LogEntry otherEntry)
    • millis

      public Long millis()
    • posValid

      protected boolean posValid()
    • error

      protected void error(String format, Object... args)
    • out

      protected void out(String format, Object... args)
    • toStringSegment

      protected void toStringSegment(org.bedework.base.ToString ts)
    • toString

      public String toString()
      Overrides:
      toString in class Object