struct Protocol::Logger::LogEntry
- Protocol::Logger::LogEntry
- Struct
- Value
- Object
Overview
Logger entry.
Included Modules
- JSON::Serializable
Defined in:
protocol/logger.crConstructors
Instance Method Summary
-
#args : Array(Runtime::RemoteObject) | Nil
Call arguments.
- #category : String | Nil
-
#level : String
Logger entry severity.
-
#line_number : Int::Primitive | Nil
Line number in the resource.
-
#network_request_id : Network::RequestId | Nil
Identifier of the network request associated with this entry.
-
#source : String
Logger entry source.
-
#stack_trace : Runtime::StackTrace | Nil
JavaScript stack trace.
-
#text : String
Logged text.
-
#timestamp : Runtime::Timestamp
Timestamp when this entry was added.
-
#url : String | Nil
URL of the resource if known.
-
#worker_id : String | Nil
Identifier of the worker associated with this entry.
Constructor Detail
Instance Method Detail
def network_request_id : Network::RequestId | Nil
#
Identifier of the network request associated with this entry.