dnarvaez / plog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plog makes it easy to run processes and send their output to the logging system. For example

import plog
import logging

logging.basicConfig(level=logging.INFO)

process = plog.LoggedProcess(["ls"])
process.execute()

About

License:Apache License 2.0


Languages

Language:Python 100.0%