Repository URL to install this package:
|
Version:
25.2.4.3-3 ▾
|
libobasis25.2-pyuno
/
opt
/
libreoffice25.2
/
program
/
python-core-3.10.18
/
lib
/
asyncio
/
log.py
|
|---|
"""Logging configuration."""
import logging
# Name the logger after the package.
logger = logging.getLogger(__package__)