Class EnhancedLogEntry

java.lang.Object
org.openqa.selenium.logging.LogEntry
com.github.invictum.reportportal.EnhancedLogEntry

public class EnhancedLogEntry extends org.openqa.selenium.logging.LogEntry
Enhanced version of LogEntry with added type field
  • Constructor Details

    • EnhancedLogEntry

      public EnhancedLogEntry(String type, org.openqa.selenium.logging.LogEntry logEntry)
  • Method Details

    • getType

      public String getType()
    • toJson

      public Map<String,Object> toJson()
      Overrides:
      toJson in class org.openqa.selenium.logging.LogEntry