SeasLog

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

Latest releases

Version Release Download
2.2.0 2021-01-19 SeasLog-2.2.0.tgz
2.1.0 2020-01-01 SeasLog-2.1.0.tgz
2.0.2 2019-02-12 SeasLog-2.0.2.tgz
1.9.1 2018-12-17 SeasLog-1.9.1.tgz
1.9.0 2018-11-25 SeasLog-1.9.0.tgz
Show all releases

Changelog

Version Message
2.2.0 - Support PHP8
- Support s390x and mips64 platform
- Fixed ulong conflicting
- Fixed test case dependence on INI setting (seaslog.default_template)
- Fixed memory leak on `get_code_filename_line`
2.1.0 - 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.
2.0.2 - Fixed issue #175 support trace_performance automatic logging.
- Fixed `%C` in log template, support Class::Action.
1.9.1 - Fixed issue #249 add unit test and fixed setLogger bug.
- Fixed build error with mac osx.
1.9.0 - 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.
Show complete changelog