qdesignoptimizer.logger module

Logging configuration with custom formatting.

class qdesignoptimizer.logger.CustomHandler[source]

Bases: StreamHandler

Custom handler for logging.

format(record)[source]

Format the record with specific format.

qdesignoptimizer.logger.dict_log_format(data: dict) str[source]

Return formatted dictionary for pretty printing inside log messages.