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