Notgnoshi / generative

Generative art. A suite of composable tools to generate, transform and visualize WKT geometries
MIT License
25 stars 3 forks source link

Capture C++ lib's logs in Rust #176

Open Notgnoshi opened 4 months ago

Notgnoshi commented 4 months ago

Requires the use of a logging facade like we have at work.

The C++ build will implement the facade with log4cplus; the Rust bindings will implement it with tracing macros.