puppeteer/new-docs/puppeteer.protocol.console.consolemessagelevel.md

23 lines
712 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; [ConsoleMessageLevel](./puppeteer.protocol.console.consolemessagelevel.md)
## Protocol.Console.ConsoleMessageLevel enum
<b>Signature:</b>
```typescript
export const enum ConsoleMessageLevel
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Debug | <code>'debug'</code> | |
| Error | <code>'error'</code> | |
| Info | <code>'info'</code> | |
| Log | <code>'log'</code> | |
| Warning | <code>'warning'</code> | |