kopia lustrzana https://github.com/micropython/micropython-lib
7 wiersze
187 B
Python
7 wiersze
187 B
Python
![]() |
import logging
|
||
|
|
||
|
logging.basicConfig(level=logging.DEBUG)
|
||
|
log = logging.getLogger("test")
|
||
|
log.debug("Test message: %d(%s)", 100, "foobar")
|
||
|
log.info("Test message2: %d(%s)", 100, "foobar")
|