pqc.utils.logging

Provide minimal logging helpers for CLI-style output.

Functions

configure_logging(*[, level, fmt])

Configure PQC logging once.

info(msg)

Print an informational message to stdout.

warn(msg)

Print a warning message to stderr.