2020-07-13 13:01:35 +00:00
|
|
|
<!-- 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)
|
|
|
|
|
|
|
|
## Protocol.Log namespace
|
|
|
|
|
|
|
|
Provides access to log entries.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export namespace Log
|
|
|
|
```
|
|
|
|
|
2020-07-20 15:17:06 +00:00
|
|
|
## Enumerations
|
|
|
|
|
|
|
|
| Enumeration | Description |
|
|
|
|
| --- | --- |
|
|
|
|
| [LogEntryLevel](./puppeteer.protocol.log.logentrylevel.md) | |
|
|
|
|
| [LogEntrySource](./puppeteer.protocol.log.logentrysource.md) | |
|
|
|
|
| [ViolationSettingName](./puppeteer.protocol.log.violationsettingname.md) | |
|
|
|
|
|
2020-07-13 13:01:35 +00:00
|
|
|
## Interfaces
|
|
|
|
|
|
|
|
| Interface | Description |
|
|
|
|
| --- | --- |
|
|
|
|
| [EntryAddedEvent](./puppeteer.protocol.log.entryaddedevent.md) | Issued when new message was logged. |
|
|
|
|
| [LogEntry](./puppeteer.protocol.log.logentry.md) | Log entry. |
|
|
|
|
| [StartViolationsReportRequest](./puppeteer.protocol.log.startviolationsreportrequest.md) | |
|
|
|
|
| [ViolationSetting](./puppeteer.protocol.log.violationsetting.md) | Violation configuration setting. |
|
|
|
|
|