puppeteer/new-docs/puppeteer.protocol.console.consolemessage.level.md

14 lines
565 B
Markdown
Raw Normal View History

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