Skip to content

Utils Module

Utility functions and helpers for OntoMem.

Logging

Structured logging utilities.

from ontomem.utils.logging import get_logger

logger = get_logger(__name__)
logger.info("Memory operation completed")

For more utilities, see the API Overview.