MCPcopy
hub / github.com/Effect-TS/effect / log

Method log

packages/effect/src/Logger.ts:41–41  ·  view source on GitHub ↗
(options: Logger.Options<Message>)

Source from the content-addressed store, hash-verified

39 */
40export interface Logger<in Message, out Output> extends Logger.Variance<Message, Output>, Pipeable {
41 log(options: Logger.Options<Message>): Output
42}
43
44/**

Callers 15

sqlite.tsFile · 0.65
main.tsFile · 0.65
http-router.tsFile · 0.65
terminal.tsFile · 0.65
worker.tsFile · 0.65
cluster.tsFile · 0.65
api.tsFile · 0.65
range.tsFile · 0.65
Command.test.tsFile · 0.65
displayFunction · 0.65
handleBuiltInOptionFunction · 0.65

Implementers 1

FiberRuntimepackages/effect/src/internal/fiberRunt

Calls

no outgoing calls

Tested by 3

logFunction · 0.52
logRefFunction · 0.52