Class ProfilerLogEntry
java.lang.Object
org.openqa.selenium.logging.LogEntry
org.openqa.selenium.logging.profiler.ProfilerLogEntry
- Direct Known Subclasses:
HttpProfilerLogEntry
Deprecated, for removal: This API element is subject to removal in a future version.
logging is not in the W3C WebDriver spec and is no longer supported. This class will
be removed in a future release.
A log entry for profiler events.
-
Constructor Summary
ConstructorsConstructorDescriptionProfilerLogEntry(EventType eventType, String message) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.openqa.selenium.logging.LogEntry
getLevel, getMessage, getTimestamp, toJson, toString
-
Constructor Details
-
ProfilerLogEntry
Deprecated, for removal: This API element is subject to removal in a future version.
-