© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Understanding the use of `Logger.make` in Effect Typescript library - Effect Community
EC
Effect Community
•
17mo ago
WIP
Understanding the use of `Logger.make` in Effect Typescript library
How do you use
Logger.make
Logger.make
?
I noticed that it is generic
, but when I use it it has nothing to infer its input type parameter from
. As a result the
Message
Message
parameter is
unknown
unknown
(when it should at least be
unknown[]
unknown[]
, because
Effect.log*
Effect.log*
is variadic
)
.
I also noticed it has a return type parameter
, which in my case is
void
void
because I just perform a side effect
. What would be the use case of returning something from it
?
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Understanding the Use of Service in Effect Typescript
EC
Effect Community / 🚀-beginners
13mo ago
Understanding the Use of ManagedRuntime in Effect Typescript
EC
Effect Community / 🚀-beginners
14mo ago
Understanding `Effect.suspend` in Effect Typescript Library
EC
Effect Community / 🚀-beginners
13mo ago
Replacing Default Logger in Effect Typescript Library
EC
Effect Community / 🚀-beginners
3mo ago