| [context](./puppeteer.protocol.runtime.consoleapicalledevent.context.md) | string | Console context descriptor for calls on non-default console context (not console.\*): 'anonymous\#unique-logger-id' for call on unnamed context, 'name\#unique-logger-id' for call on named context. |
| [executionContextId](./puppeteer.protocol.runtime.consoleapicalledevent.executioncontextid.md) | [ExecutionContextId](./puppeteer.protocol.runtime.executioncontextid.md) | Identifier of the context where the call was made. |
| [stackTrace](./puppeteer.protocol.runtime.consoleapicalledevent.stacktrace.md) | [StackTrace](./puppeteer.protocol.runtime.stacktrace.md) | Stack trace captured when the call was made. The async stack chain is automatically reported for the following call types: <code>assert</code>, <code>error</code>, <code>trace</code>, <code>warning</code>. For other types the async call chain can be retrieved using <code>Debugger.getStackTrace</code> and <code>stackTrace.parentId</code> field. |