User Guide:
API Reference:
Quality Assurance:
Development:
Logging configuration for the Financial Debt Optimizer.
Set up logging configuration for the application.
level (str) – Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
str
log_file (Optional[str]) – Optional file path to write logs to
Optional
console_output (bool) – Whether to output logs to console
bool
Logger
Configured logger instance
Get a logger instance.
name (Optional[str]) – Logger name (will be prefixed with main app name)
Logger instance