30 lines
2.0 KiB
Markdown
30 lines
2.0 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Log](./puppeteer.protocol.log.md) > [LogEntry](./puppeteer.protocol.log.logentry.md)
|
|
|
|
## Protocol.Log.LogEntry interface
|
|
|
|
Log entry.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface LogEntry
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [args](./puppeteer.protocol.log.logentry.args.md) | [Runtime.RemoteObject](./puppeteer.protocol.runtime.remoteobject.md)<!-- -->\[\] | Call arguments. |
|
|
| [level](./puppeteer.protocol.log.logentry.level.md) | ('verbose' \| 'info' \| 'warning' \| 'error') | Log entry severity. |
|
|
| [lineNumber](./puppeteer.protocol.log.logentry.linenumber.md) | [integer](./puppeteer.protocol.integer.md) | Line number in the resource. |
|
|
| [networkRequestId](./puppeteer.protocol.log.logentry.networkrequestid.md) | [Network.RequestId](./puppeteer.protocol.network.requestid.md) | Identifier of the network request associated with this entry. |
|
|
| [source](./puppeteer.protocol.log.logentry.source.md) | ('xml' \| 'javascript' \| 'network' \| 'storage' \| 'appcache' \| 'rendering' \| 'security' \| 'deprecation' \| 'worker' \| 'violation' \| 'intervention' \| 'recommendation' \| 'other') | Log entry source. |
|
|
| [stackTrace](./puppeteer.protocol.log.logentry.stacktrace.md) | [Runtime.StackTrace](./puppeteer.protocol.runtime.stacktrace.md) | JavaScript stack trace. |
|
|
| [text](./puppeteer.protocol.log.logentry.text.md) | string | Logged text. |
|
|
| [timestamp](./puppeteer.protocol.log.logentry.timestamp.md) | [Runtime.Timestamp](./puppeteer.protocol.runtime.timestamp.md) | Timestamp when this entry was added. |
|
|
| [url](./puppeteer.protocol.log.logentry.url.md) | string | URL of the resource if known. |
|
|
| [workerId](./puppeteer.protocol.log.logentry.workerid.md) | string | Identifier of the worker associated with this entry. |
|
|
|