hydrakit / log
A minimal PSR-3 logger that writes one plain-text line per record to a stream.
v0.3.2
2026-09-11 16:10 UTC
Requires
- php: >=8.2
- psr/log: ^3.0
Requires (Dev)
- phpunit/phpunit: ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Read-only mirror.
hydrakit/logis developed in hydra-foundation/hydra underpackages/log, and republished here on every push. A commit pushed to this repository is overwritten by the next one; issues are disabled for that reason, and a pull request opened here cannot be merged. Both belong upstream.
A minimal PSR-3 logger that writes one plain-text line per record to a writable stream. No handlers, no processors, no formatters config. Hydra's logging is a single deliberate class, the data-layer-style "ship the verb" of logging.