MCPcopy Index your code
hub / github.com/Effect-TS/effect / log

Function log

packages/effect/src/internal/console.ts:94–94  ·  view source on GitHub ↗
(...args: ReadonlyArray<any>)

Source from the content-addressed store, hash-verified

92
93/** @internal */
94export const log = (...args: ReadonlyArray<any>) => consoleWith((_) => _.log(...args))
95
96/** @internal */
97export const table = (tabularData: any, properties?: ReadonlyArray<string>) =>

Callers 2

simpleFunction · 0.70
prettyLoggerTtyFunction · 0.70

Calls 2

consoleWithFunction · 0.85
logMethod · 0.65

Tested by

no test coverage detected