mirror of
https://github.com/Nanaloveyuki/py-logiliteal.git
synced 2025-09-03 18:16:22 +00:00
4 lines
69 B
Python
4 lines
69 B
Python
from logiliteal import Logger
|
|
log = Logger()
|
|
|
|
log.info("hello world") |