Package com.realobjects.pdfreactor
Class Record
java.lang.Object
com.realobjects.pdfreactor.Record
- Direct Known Subclasses:
JavaScriptRecord
A log record.
-
Method Summary
Modifier and TypeMethodDescriptionint
getLevel()
Returns the textual representation of the level.Returns the level of the record as text.Returns the recorded message.long
Returns the time stamp of the 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
Returns the level of the record as text.
-
getMessage
Returns the recorded message.
-