mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
656 B
Markdown
21 lines
656 B
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) > [EntryAddedEvent](./puppeteer.protocol.log.entryaddedevent.md)
|
|
|
|
## Protocol.Log.EntryAddedEvent interface
|
|
|
|
Issued when new message was logged.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface EntryAddedEvent
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [entry](./puppeteer.protocol.log.entryaddedevent.entry.md) | [LogEntry](./puppeteer.protocol.log.logentry.md) | The entry. |
|
|
|