SeasLog 2.1.0

An effective,fast,stable log extension for PHP.


An effective,fast,stable log extension for PHP.
- In the PHP project, for convenient record log.
- The default log directory and module configuration.
- Specify the log directory and get the current configuration.
- Analysis of early warning framework preliminary.
- Buffer debug efficient log buffer, convenient.
- With PSR-3 Logger interface.
- Error and exception automatic logging.
- Support appender with File,TCP,UDP.
- Send to Rsyslog(TCP/UDP) with RFC5424.
- Support RequestId differentiated requests.
- Support for log template customizations.
- Support trace performance automatic logging.

License: PHP3.01

Changes

- Support PHP7.4
- Support getBufferCount function and modify flushBuffer function.
- Support `%B` in log template, support BasePath.
- Enhancement trim_wrap.
- Fixed issue #265.
- Fixed bug trace_performance core dump by performance_frames init.
- Fixed ignore php errors before module initialized.
- Fixed php-stream use update in php7.
- Fixed can`t append to file after stream changed in php7.