outlog

Outlog it’s a library to make logging a simple task!.

I’m a lazy python user, the times that i do logging on my apps it’s hard to do, a lot of useless code just for print some things or saving to files
So i made this library, it has some functions to log data in terminal or files and catch unexpected errors in the easiest way.
Really simple to use!

How-to Install

git clone https://github.com/zsendokame/outlog; cd outlog; pip install -e .

How-to Use

again, working on it

GitHub

View Github