Make console redirection more generic #43
Labels
good first issue
Good for newcomers
halo2-lib-js
Issues related to halo2-lib-js
help wanted
Extra attention is needed
Currently https://github.com/axiom-crypto/halo2-browser/blob/f3d696474d4be04809d6e3266c1841d2dc96d6bf/halo2-lib-js/src/shared/log.ts support redirection for
log
andtime
/timeEnd
manually. Instead we should just take in a "logger" object that implements theconsole
interface and then avoid assigning all the different console functions separately (instead, just override the entireconsole
).The text was updated successfully, but these errors were encountered: