SeasLog 1.9.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

- New Feature #240 add SeasLog::setRequestVariable(key,value).
- New Feature #243 support first parameter use array, such as SeasLog::debug(array).
- Fixed issue #110 support New SeasLog().
- Fixed issue #234 #236 SeasLog::analyzerDetail function bug.
- Fixed issue #245 add unit test to analyzerCount and analyzerDetail.