use_custom_logger
use_custom_logger()Enable logging using Python’s logging module instead of using the default logging. This is useful when using Symbolica in a Jupyter notebook or other environments where stdout is not easily accessible.
This function must be called before any Symbolica logging events are emitted.