-
-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support variadic arguments in Effect.log #2452
Conversation
🦋 Changeset detectedLatest commit: 66b31a9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
not sure about the interface of logger containing a cause imho, the idea would be to make the default loggers be: /**
* @since 2.0.0
* @category constructors
*/
export const defaultLogger: Logger<unknown[], void> = fiberRuntime.defaultLogger and be able to pass a variadic number of arguments of which some can be a Cause, I guess though this would be the less intrusive change |
No description provided.