MCPcopy Create free account
hub / github.com/effect-app/libs / log

Function log

repos/effect/packages/effect/src/Console.ts:406–411  ·  view source on GitHub ↗
(...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

404 console.error(...args)
405 })
406 )
407
408/**
409 * Creates a scoped console group, optionally collapsed and labeled, and closes it automatically when the Effect scope is finalized.
410 *
411 * **Example** (Grouping scoped output)
412 *
413 * ```ts import.meta.vitest
414 * import { Console, Effect } from "effect"

Callers 1

effect.tsFile · 0.50

Calls 3

consoleWithFunction · 0.85
syncMethod · 0.80
logMethod · 0.65

Tested by

no test coverage detected