|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.logging.LogEntry
public class LogEntry
Represents a single log statement.
Constructor Summary | |
---|---|
LogEntry(Level level,
long timestamp,
String message)
|
Method Summary | |
---|---|
Level |
getLevel()
Gets the logging entry's severity. |
String |
getMessage()
Gets the log entry's message. |
long |
getTimestamp()
Gets the timestamp of the log statement in milliseconds since UNIX Epoch. |
org.json.JSONObject |
toJson()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogEntry(Level level, long timestamp, String message)
level
- the severity of the log entrytimestamp
- UNIX Epoch timestamp at which this log entry was createdmessage
- ew the log entry's messageMethod Detail |
---|
public Level getLevel()
public long getTimestamp()
public String getMessage()
public String toString()
toString
in class Object
public org.json.JSONObject toJson()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |