Skip to content

Releases: webinertia/webinertia-log

0.0.9

03 Jul 21:03
84553fe
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release

Adds Writer\JsonDb to allow writing a json entry to a db table.

0.0.8

03 Jul 00:53
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

Adding LogEntry class

0.0.7

02 Jul 05:17
a76a0c8
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Fixes undefined array key warning when running unit test against webinertia-mvc

0.0.6

27 Jun 01:57
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Adds needed changes to LogListener.

0.0.5

27 Jun 01:49
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Removes writer creation from configuration and moves it to the listener factory.

This allowed adding db writer support if db configuration is discovered. If not it will attach a Stream writer that will write via a json formatter.

The stream writer expects the log file to live at the following location:

/data/log/app.log

To use the db writer you must configure a laminas-db adapter instance via the top level config key 'db'. Please see the laminas docs for more information on how to set up a connection.

0.0.4

26 Jun 20:03
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Adds a app_settings config key in Module.php
Updates package type to module to adjust load order.

0.0.3

26 Jun 18:34
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
Signed-off-by: Joey Smith <jsmith@webinertia.net>

0.0.2

26 Jun 18:30
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
Signed-off-by: Joey Smith <jsmith@webinertia.net>

0.0.1

26 Jun 17:55
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Post migration