dahlia / logtape

Simple logging library with zero dependencies for Deno, Node.js, Bun, browsers, and edge functions
http://logtape.org/
MIT License
546 stars 11 forks source link

Add sync configure #12

Open AaronPorts opened 2 months ago

AaronPorts commented 2 months ago

I think async configuration is not very suitable for browsers.

dahlia commented 2 months ago

You don't have to prepend await for calling configure() unless you'd like to use sinks which are AsyncDisposable (e.g., stream sink). I'll add docs about this.