Java org.openqa.selenium.logging LogEntry fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.logging LogEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.logging LogEntry.

The text is from its open source code.

Constructor

Method

LevelgetLevel()
Gets the logging entry's severity.
StringgetMessage()
Gets the log entry's message.
longgetTimestamp()
Gets the timestamp of the log statement in milliseconds since UNIX Epoch.
StringtoString()