SOLI Logger Module

SOLI Logger Module#

This module contains the logger utility functions for the SOLI package.

Module Contents#

This module contains the logger utility functions for the SOLI package.

soli.logger.get_logger(name: str) Logger#

Get a logger with the specified name.

Args:

name (str): The name of the logger.

Returns:

logging.Logger: The logger with the specified name.