I'm working on releasing a few libraries to help expand the fp-ts ecosystem; the first one being (hopefully) a logging library (building on the logging-ts foundations). It's similar to the Logger already here, except that it uses ReaderIO.
Please don't feel like you have to merge this PR, it's mainly to make sure it works in an existing codebase. (I thought I might as well make it a PR for feedback.)
I had to make a couple of unexpected changes as a result of the fp-ts 2.11 upgrade, will add comments.
I'm working on releasing a few libraries to help expand the fp-ts ecosystem; the first one being (hopefully) a logging library (building on the
logging-ts
foundations). It's similar to theLogger
already here, except that it usesReaderIO
.Please don't feel like you have to merge this PR, it's mainly to make sure it works in an existing codebase. (I thought I might as well make it a PR for feedback.)
I had to make a couple of unexpected changes as a result of the fp-ts 2.11 upgrade, will add comments.