vendor_connectors.meshy.logging
Rich logging configuration for Meshy SDK.
Module Contents
Section titled “Module Contents”Functions
Section titled “Functions”setup_logging | Configure Rich logging with proper exception handling. |
|---|
logger |
|---|
vendor_connectors.meshy.logging.setup_logging(level: str = ‘INFO’) → logging.Logger
Section titled “vendor_connectors.meshy.logging.setup_logging(level: str = ‘INFO’) → logging.Logger”Configure Rich logging with proper exception handling.
Args: level: Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
Returns: Configured logger instance
vendor_connectors.meshy.logging.logger
Section titled “vendor_connectors.meshy.logging.logger”‘setup_logging(…)’