use_custom_logger

Symbolica documentation for getting started, symbolic expressions, numerical evaluation, pattern matching, and APIs in Python and Rust.

use_custom_logger

use_custom_logger() -> None

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.