<!-- 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. (ConsoleMessageLevel enum) <b>Signature:</b> ```typescript level: ('log' | 'warning' | 'error' | 'debug' | 'info'); ```