Class LogEntry
java.lang.Object
org.openqa.selenium.logging.LogEntry
Represents a single log statement.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogEntry
-
-
Method Details
-
getLevel
-
getTimestamp
public long getTimestamp()Gets the timestamp of the log statement in milliseconds since UNIX Epoch.- Returns:
- timestamp as UNIX Epoch
-
getMessage
-
toString
-
toJson
-