d08ble / livelogging-python

Structured live logging for Python. Use LiveComment for view logs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

livelogging-python

Structured live logging for Python. Use LiveComment for view logs.

from livelog import LiveLog

llog = LiveLog(join("logdir", "llog.sh"))

llog.begin('Python-LLOG')

llog.put("Hello world")

llog.end()

License

Code released under the MIT licence.

About

Structured live logging for Python. Use LiveComment for view logs.

License:MIT License


Languages

Language:Python 100.0%