-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Context logger should be configurable using a callback pattern.
For example, instead of directly returning the logger instance, it first is passed as the first parameter in a callback (as in the builder pattern).
(instance: Loglayer) => Loglayer
example:
Context.Tag('logger')((instance) => {
return instance.setLogLevel(...)
))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels