voxcity.utils.loggingΒΆ
Lightweight, centralized logging utilities for the voxcity package.
- Usage:
from voxcity.utils.logging import get_logger logger = get_logger(__name__)
- Environment variables:
VOXCITY_LOG_LEVEL: DEBUG, INFO, WARNING, ERROR, CRITICAL (default: INFO)
FunctionsΒΆ
|
Return a child logger under the package root logger. |