icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Logging in FFI errors

Open Manishearth opened this issue 2 years ago • 0 comments

When we throw away more detailed errors during conversion across FFI, we should first be logging them

A tricky thing here is figuring out how the logger gets set up. We probably should have the log feature enable env_logger (and use the console logging in JS)

followup from https://github.com/unicode-org/icu4x/pull/2045

Manishearth avatar Jun 13 '22 21:06 Manishearth