Patch Changes
-
#2473
dadc690
Thanks @tim-smart! - add Logger.withConsoleLog/withConsoleError apisThese apis send a Logger's output to console.log/console.error respectively.
import { Logger } from "effect"; // send output to stderr const stderrLogger = Logger.withConsoleError(Logger.stringLogger);