tgrj/tweb_logger

minimalistic logger

Maintainers

Package info

codeberg.org/tgrj/tweb_logger

pkg:composer/tgrj/tweb_logger

Statistics

Installs: 20

Dependents: 3

Suggesters: 0

v1.0.0 2026-03-12 22:51 UTC

This package is auto-updated.

Last update: 2026-03-12 22:51:52 UTC


README

minimalistic logger

Background

I wanted to have my own plain logger in my tweb micro framework ecosystem. Maybe it will grow over time a bit, who knows.

Usage

tweb_log(mixed $value) to append the value to the log, which, by default, should be stored at getcwd() . '/tweb.log'.