Skip to content

Releases: wappr/logger

Additional features

27 Nov 01:19
Compare
Choose a tag to compare

You can use your own LogFormat and LogFilename classes as long as the implement the respected interfaces.

Added an interpolate method to allow for string replaces using an array.

Updated / Added some tests.

Append to files with other adapers

26 Nov 17:01
Compare
Choose a tag to compare

It can now append to files that aren't using the local adapter.

Filename feature / Writing arrays cleaner

26 Nov 16:06
Compare
Choose a tag to compare

In this version, you can change the filename of the log file, as well as the filename extension, or you can use the default options. The default options are Y-m-d and .log.

Instead of serializing the array and writing it that way, it now uses print_r to turn the array into a string that is formatted similarly to var_dump's output.

First release

26 Nov 05:11
Compare
Choose a tag to compare

This release has 100% code coverage and all tests are passing.