Class Record

java.lang.Object
com.realobjects.pdfreactor.Record
Direct Known Subclasses:
JavaScriptRecord

public class Record extends Object

A log record.

  • Method Details

    • getTimestamp

      public long getTimestamp()

      Returns the time stamp of the record.

    • getLevel

      public int getLevel()

      Returns the textual representation of the level.

    • getLevelName

      public String getLevelName()

      Returns the level of the record as text.

    • getMessage

      public String getMessage()

      Returns the recorded message.