ConsoleReporter constructor
const
ConsoleReporter({})
Creates a console reporter with optional formatting and verbosity controls.
Implementation
const ConsoleReporter({
this.enabled = true,
this.prettyJson = false,
this.maxContextKeysPreview = 12,
this.maxMessageLength = 240,
});