Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
40
export
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.ts
File · 0.65
main.ts
File · 0.65
NodeClusterSocket.test.ts
File · 0.65
http-router.ts
File · 0.65
terminal.ts
File · 0.65
worker.ts
File · 0.65
cluster.ts
File · 0.65
api.ts
File · 0.65
range.ts
File · 0.65
Command.test.ts
File · 0.65
display
Function · 0.65
handleBuiltInOption
Function · 0.65
Implementers
1
FiberRuntime
packages/effect/src/internal/fiberRunt
Calls
no outgoing calls
Tested by
3
log
Function · 0.52
logRef
Function · 0.52
expectGetRefinementExpected
Function · 0.52