laminas / laminas-log

Robust, composite logger with filtering, formatting, and PSR-3 support
https://docs.laminas.dev/laminas-log/
BSD 3-Clause "New" or "Revised" License
26 stars 30 forks source link

DB adapter does not allow schema #2

Closed weierophinney closed 3 years ago

weierophinney commented 4 years ago

Just like other components, this one too is not designed to work with database schemas. It allows only to pass table name as string. I suggest changing prepareInsert() method and config key 'table' to allow TableIdentifier or array.


Originally posted by @xorock at https://github.com/zendframework/zend-log/issues/63

weierophinney commented 3 years ago

This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself

If you are looking for an actively maintained package alternative, we recommend: