minitrino.core.logging.utils module
Logging utilities for Minitrino.
-
minitrino.core.logging.utils.configure_logging(log_level: LogLevel = LogLevel.INFO) → MinitrinoLogger[source][source]
Create a singleton Minitrino logger or return the existing one.
- Parameters:
log_level (LogLevel) – Minimum log level to emit.
- Returns:
The configured minitrino logger.
- Return type:
MinitrinoLogger
-
minitrino.core.logging.utils.get_terminal_width() → int[source][source]
Get the terminal width.
-
minitrino.core.logging.utils.get_caller_fq_name(stacklevel: int = 4) → str[source][source]
Get the fully qualified name of the caller.