Class Job.LogEntry

java.lang.Object
oracle.pg.rdbms.Job.LogEntry
Enclosing class:
Job

public static class Job.LogEntry extends Object
A log entry of a job.
  • Constructor Details

    • LogEntry

      public LogEntry(Date timestamp, String message)
  • Method Details

    • getTimestamp

      public Date getTimestamp()
      A unix timestamp (server clock) when this log message was emitted.
      Returns:
      the timestamp
    • getMessage

      public String getMessage()
      The log message.
      Returns:
      the message