Class LogEntry


  • public class LogEntry
    extends java.lang.Object
    Log entry.
    • Method Detail

      • getText

        public java.lang.String getText()
        Logged text.
      • getTimestamp

        public Timestamp getTimestamp()
        Timestamp when this entry was added.
      • getUrl

        public java.lang.String getUrl()
        URL of the resource if known.
      • getLineNumber

        public java.lang.Integer getLineNumber()
        Line number in the resource.
      • getStackTrace

        public StackTrace getStackTrace()
        JavaScript stack trace.
      • getNetworkRequestId

        public RequestId getNetworkRequestId()
        Identifier of the network request associated with this entry.
      • getWorkerId

        public java.lang.String getWorkerId()
        Identifier of the worker associated with this entry.
      • getArgs

        public java.util.List<RemoteObject> getArgs()
        Call arguments.