63b5b036aa8f1788d2c438394b0b86e9dd77f35a
Create initial README.md documenting Mololog logging framework with three sub-applications (serve, test, bench), server startup command using host/port/db flags, and client-side logger patching example with remote server URL configuration.
Mololog
Mololog is a logging framework for python applications.
It contains three applications:
- mololog.serve
- mololog.test
- mololog.bench
Running mololog server
mololog.serve --host=127.0.0.1 --port=3016 --db=mololog.db
Implementation of logger in application
from mololog.client import patch
patch("https://your-logging-server.nl")
Languages
Python
89.7%
Makefile
10.3%