Sign in
android
/
platform
/
prebuilts
/
python
/
windows-x86
/
refs/heads/emu-35-1-dev
/
.
/
Lib
/
asyncio
/
log.py
blob: 23a7074afb0a53aa114341bdbf060ea68f543603 [
file
] [
log
] [
blame
] [
edit
]
"""Logging configuration."""
import
logging
# Name the logger after the package.
logger
=
logging
.
getLogger
(
__package__
)