deepcave.utils.logs

# Logs

This module sets up and gets the logging configuration.

Functions

get_logger(logger_name)

Get the logger corresponding to the logger name.

deepcave.utils.logs.get_logger(logger_name)[source]

Get the logger corresponding to the logger name.

Parameters:

logger_name (str) – The name of the logger.

Returns:

The logger corresponding to the logger name.

Return type:

logging.Logger