fabanc / pyvoronoi

Python wrapper for Boost voronoi diagram implementation.
27 stars 7 forks source link

Should be way to disable logging #5

Closed jedevc closed 7 years ago

jedevc commented 8 years ago

When using functions from pyvoronoi, a message is often logged to stdout. It can be partially disabled using pyvoronoi.SILENT = True right after the import, but a message is still logged during the import.

There should be a way to better control the logging so that is possible to turn it off completely.

fabanc commented 7 years ago

Issue fixed in built 8736b8e.