[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Console](./puppeteer.protocol.console.md) > [ConsoleMessageLevel](./puppeteer.protocol.console.consolemessagelevel.md)
## Protocol.Console.ConsoleMessageLevel enum
Signature:
```typescript
export const enum ConsoleMessageLevel
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Debug | 'debug'
| |
| Error | 'error'
| |
| Info | 'info'
| |
| Log | 'log'
| |
| Warning | 'warning'
| |