APIx Log 1.2.0
NOTE: The major version number update is due to some internal changes. The actual client methods have not been changed, i.e. has the same signatures as the 1.1.*
branch.
- Changes to the handling and processing of each individual log entry (resulting in memory and CPU optimisation).
- Refactored and documented
LoggerInterface
(better API for contribution). - Added
LogFormatter
class. - Changed the ordering of the log levels to match RFC5424 (thanks @jspalink).
- Added a
Stream
logger. - Added functional tests to support the README's examples.
- Added link to
jspalink/apix-log-pushover
. - Updated the README.md