© 2026 Hedgehog Software, LLC
const myLogger = Logger.make((options) => { // this return E.sync(() => globalThis.console.log(options.message)) // not this // globalThis.console.log(options.message) })