Skip to content

A helpful tool for logging useful runtime status information

License

Notifications You must be signed in to change notification settings

dpark6060/rtstatlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages