org.openqa.selenium.logging
Class LogEntry
java.lang.Object
   org.openqa.selenium.logging.LogEntry
org.openqa.selenium.logging.LogEntry
- public class LogEntry 
- extends java.lang.Object
Represents a single log statement.
| Constructor Summary | 
| LogEntry(int level,
         long timestamp,
         java.lang.String message)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
LogEntry
public LogEntry(int level,
                long timestamp,
                java.lang.String message)
- Parameters:
- level- the integer value of the level.
- timestamp- long value of the timestamp at which this log entry
     was created.
- message- String the log's message.
getLevel
public int getLevel()
- 
 
getTimestamp
public long getTimestamp()
- 
 
getMessage
public java.lang.String getMessage()
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
Copyright © 2011. All Rights Reserved.