Class LogEntry

java.lang.Object
net.bluemind.scheduledjob.api.LogEntry

public class LogEntry extends Object
  • Field Details

    • timestamp

      public long timestamp
    • severity

      public LogLevel severity
    • locale

      public String locale
    • content

      public String content
    • offset

      public int offset
  • Constructor Details

    • LogEntry

      public LogEntry()
  • Method Details