2024-12-05 07:27:37 +00:00
2024-12-05 08:18:01 +01:00
2024-12-05 07:27:37 +00:00
2024-12-05 07:35:28 +01:00
2024-12-05 08:18:01 +01:00
2024-12-05 07:35:28 +01:00
2024-12-05 08:22:54 +01:00
2024-12-05 08:18:01 +01:00
2024-12-05 07:27:37 +00:00

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")
S
Description
HTTP log server and multi threaded client for python applications.
Readme
43 KiB
Languages
Python 89.7%
Makefile 10.3%