Creating a Custom Runtime with a Custom Logger in Effect
How do i use this way of creating a runtime and also replace the default Logger using
Not sure if i have the right expectation. I am thinking i can just plug the created runtime to any run* like this
functions without doing this
My last solution is to just create a function that sets all the layers including the custom logger and always pass it like this
The idea below seems neat though. Just not sure if possible.
const layer = Logger.replace(Logger.defaultLogger, Custom.logger)? Not sure if i have the right expectation. I am thinking i can just plug the created runtime to any run* like this
functions without doing this
My last solution is to just create a function that sets all the layers including the custom logger and always pass it like this
The idea below seems neat though. Just not sure if possible.
