SeasLog Versions Save

An effective,fast,stable log extension for PHP.http://pecl.php.net/package/SeasLog http://php.net/SeasLog

SeasLog-2.2.0

3 years ago
    - 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`

SeasLog-2.1.0

4 years ago
  • 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.

SeasLog-2.0.2

5 years ago
  • Fixed issue #175 support trace_performance automatic logging.
  • Fixed %C in log template, support Class::Action.

SeasLog-1.9.1

5 years ago
  • Fixed issue #249 add unit test and fixed setLogger bug.
  • Fixed build error with mac osx.

SeasLog-1.9.0

5 years ago
  • 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.

SeasLog-1.8.6

5 years ago
  • New Feature Add log message collection recommendations docs.
  • New Feature Add bench_mark.php
  • New Feature #218 add SeasLog::closeLoggerStream()
  • Fixed check_log_level:log level should lower than setting 'seaslog.level'
  • Fixed core dump in phpdbg.
  • Fixed smtp_secure and smtp_mailer.
  • Fixed issue #125 #203 Add seaslog.buffer_disabled_in_cli to config, default false.
  • Fixed issue #196 php5.3.x undefined symbol: expand_filepath_with_mode.
  • Fixed issue #195 rsyslog recive log with RFC5424.
  • Fixed issue #200 error warning when tcp/udp error.
  • Fixed issue #202 Add unit tests.
  • Fixed issue #210 add seaslog.remote_timeout to config, default 1 second.
  • Fixed issue #215 analyzerCount error.
  • Fixed issue #228 analyzerDetail error.

SeasLog-1.8.4

6 years ago
  • New Feature #162 Configure seaslog.recall_depth support for filename and code line.
  • New Feature #170 Configure seaslog.trace_notice and seaslog.trace_warning support trace notice and warning.
  • New Feature #172 Configure seaslog.disting_folder support switch {Logger}/{Time}[.Type].log or {Logger}_{Time}[.Type].log.
  • New Feature #174 Add %U(MemoryUsage) and %u(PeakMemoryUsage) into default variable table.
  • New Feature #186 Use seaslog_throw_exception replace zend_error.
  • Fixed issue #65 Message template content match error.
  • Fixed issue #153 Disting_by_hour and disting_type can not use together.
  • Fixed issue #156 Log template format error with %L and %M.
  • Fixed issue #158 SeasLog::setRequestID intercepted error.
  • Fixed issue #165 Phpdbg seg fault.
  • Fixed issue #184 SeasLog::analyzerCount seg fault at PHP7-nts.
  • Fixed issue #181 Perfect when stream's connection was broken.

PECL: http://pecl.php.net/package/SeasLog Windows DLL: http://pecl.php.net/package/SeasLog/1.8.4/windows

SeasLog-1.7.6

6 years ago
  • Update license from Apache License 2.0 to PHP License 3.01.
  • Support send to Rsyslog(TCP/UDP) with RFC5424.
  • Support RequestId differentiated requests to fixed issue #134.
  • Support for log template customizations to fixed issue #12 #143.
  • Update SeasLog Analyzer scripts version to 1.1.0, to fixed issue #139.
  • Optimization of analyzerCount and analyzerDetail to fixed issue #133.
  • Fixed issue #138. Error by file exists.
  • Fixed issue #140. Error by setDatetimeFormat.
  • Fixed issue #142. Error by too many open files.
  • Fixed issue #144. Error by read log detail order desc.
  • Fixed issue #145. Error by analyzerDetail.
  • Fixed issue #146. Segfault at php-fpm.
  • Fixed issue #152. Segfault in cli.

SeasLog-1.6.9

7 years ago
  • Fixed issue #113 setBastPath.
  • Fixed PHP —re seaslog result.

SeasLog-1.6.8

7 years ago
  • Fixed issue #100 #102 #103 memory leak.
  • Fixed Dir chmod 0755 and File chmod 0666.