Package oracle.pg.rdbms
Class Job.LogEntry
java.lang.Object
oracle.pg.rdbms.Job.LogEntry
- Enclosing class:
- Job
A log entry of a job.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe log message.A unix timestamp (server clock) when this log message was emitted.
-
Constructor Details
-
LogEntry
-
-
Method Details
-
getTimestamp
A unix timestamp (server clock) when this log message was emitted.- Returns:
- the timestamp
-
getMessage
The log message.- Returns:
- the message
-