Runtime.ConsoleAPICalledEventDataType.context - Node documentation
property Runtime.ConsoleAPICalledEventDataType.context
Unstable

Usage in Deno

import { type Runtime } from "node:inspector";

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.

Type

string | undefined