dpark6060 / rtstatlib

A helpful tool for logging useful runtime status information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime Status Library

A useful tool to print helpful runtime status messages

Installation

pip install rtstatlib

Example

import logging
from rtstatlib import rtstat as rs   

logging.basicConfig()
log = logging.getLogger()
log.setLevel(logging.INFO)

rs.sync_log()

About

A helpful tool for logging useful runtime status information

License:MIT License


Languages

Language:Python 100.0%