tgrj / tweb_logger
minimalistic logger
v1.0.0
2026-03-12 22:51 UTC
Requires
- php: ^7.0|^8.0
- tgrj/tweb_config: ^1.0
Requires (Dev)
- phpunit/phpunit: ^12.0
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'.