14 lines
538 B
Markdown
14 lines
538 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Console](./puppeteer.protocol.console.md) > [ConsoleMessage](./puppeteer.protocol.console.consolemessage.md) > [level](./puppeteer.protocol.console.consolemessage.level.md)
|
|
|
|
## Protocol.Console.ConsoleMessage.level property
|
|
|
|
Message severity.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
level: ('log' | 'warning' | 'error' | 'debug' | 'info');
|
|
```
|