14 lines
490 B
Markdown
14 lines
490 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) > [LogEntry](./puppeteer.protocol.log.logentry.md) > [level](./puppeteer.protocol.log.logentry.level.md)
|
|
|
|
## Protocol.Log.LogEntry.level property
|
|
|
|
Log entry severity.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
level: ('verbose' | 'info' | 'warning' | 'error');
|
|
```
|