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

Method getLoggers

packages/effect/src/internal/fiberRuntime.ts:855–857  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

853 }
854
855 getLoggers() {
856 return this.getFiberRef(currentLoggers)
857 }
858
859 log(
860 message: unknown,

Callers 1

logMethod · 0.95

Calls 1

getFiberRefMethod · 0.95

Tested by

no test coverage detected