logutil

Logging.

This module implements additional convenience utilities for logging.

logutil.configure_logging() None

Configure logging.

logutil.log_time(message: str) Iterator[None]

Log the elapsed time in the context manager.