extism / elixir-sdk

Extism Elixir Host SDK
BSD 3-Clause "New" or "Revised" License
27 stars 1 forks source link

Support set_log_callback #12

Open bhelx opened 9 months ago

bhelx commented 9 months ago

We temporarily got rid of logging as we no longer support set_log_file in 1.0. We need to add support for it but this has similar problems to #2

We can't pass down an elixir function to be called as a callback. We need to send log messages to a process. We may be able to come up with some solution that exists only in the rust world.