SeasLog

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

OTHER License

Stars
1.2K

Bot releases are hidden (Show)

SeasLog - SeasLog-2.2.0 Support PHP8 Latest Release

Published by Neeke over 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 - SeasLog-2.1.0 Support PHP7.4

Published by Neeke almost 5 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 - SeasLog-2.0.2 Support trace_performance

Published by Neeke over 5 years ago

  • Fixed issue #175 support trace_performance automatic logging.
  • Fixed %C in log template, support Class::Action.
SeasLog - SeasLog-1.9.1

Published by Neeke almost 6 years ago

  • Fixed issue #249 add unit test and fixed setLogger bug.
  • Fixed build error with mac osx.
SeasLog - SeasLog-1.9.0

Published by Neeke almost 6 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 - SeasLog-1.8.6

Published by Neeke about 6 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 - SeasLog 1.8.4

Published by Neeke over 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 - SeasLog-1.7.6

Published by Neeke about 7 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 - SeasLog-1.6.9

Published by Neeke over 7 years ago

  • Fixed issue #113 setBastPath.
  • Fixed PHP —re seaslog result.
SeasLog - SeasLog-1.6.8

Published by Neeke about 8 years ago

  • Fixed issue #100 #102 #103 memory leak.
  • Fixed Dir chmod 0755 and File chmod 0666.
SeasLog - SeasLog-1.6.2 Fixed PHP5.* Cached Block

Published by Neeke over 8 years ago

  • Fixed issue #97 PHP5.* Cached Block.
  • Fixed issue #98 SeasLog::analyzerDetail(NULL).
SeasLog - SeasLog-1.6.0 Support TCP UDP Appender

Published by Neeke over 8 years ago

  • Fixed issue #90 #92 Date format.
  • Fixed issue #96 Clear memory leaks.
  • Fixed issue #91 Support TCP UDP appender.
  • Support appender with config, switch File TCP UDP; config the remote_host and remote_port.
SeasLog - SeasLog-1.5.6 Memory Usage Stable

Published by Neeke over 8 years ago

  • Fixed issue #76 #80 #86 Fixed segment fault with PHP7.
  • Make memory usage more stable, and clear memory leaks with PHP5.* and PHP7.*

内存稳定版本。

SeasLog - SeasLog-1.5.3

Published by Neeke over 8 years ago

  • Fixed zval_ptr_dtor bug with PHP7
  • Fixed #68
  • Fixed #73
  • Support Datetime Format Config
SeasLog - SeasLog-1.5.0

Published by Neeke almost 9 years ago

  • Support PHP 7.
  • Fixed issue #63 Fixed trace_exception and trace_error recovery;
SeasLog - SeasLog-1.4.8

Published by Neeke almost 9 years ago

  • Fixed issue #60 Fixed use_buffer and buffer_size in config error;
  • Fixed issue #61 Fixed trace_exception where exception code get error.
SeasLog - SeasLog-1.4.6

Published by Neeke almost 9 years ago

  • Fixed issue #52 update README fixed SEASLOG_ERRO and company list from.
  • Fixed issue #53 Add function flushBuffer,support independent refresh by manual.
  • Fixed issue #57 and #58 Update analyzerDetail by desc and fixed limit value.
SeasLog - SeasLog-1.4.4

Published by Neeke about 9 years ago

  • Fixed issue #50 Fix error and exception hook dead loop.
  • Fixed support windows with new version.
  • Fixed trace_error default enable and trace_exception default disable.
SeasLog - SeasLog-1.4.2

Published by Neeke about 9 years ago

  • Fixed issue #42 support error and exception automatic logging.
  • Optimization performance, update is_dir with access.
  • Fixed issue #47 support trace_error and trace_exception switch.
  • Fixed issue #48 Ignore notice or warning, but error automatic logging.
SeasLog - SeasLog-1.2.3

Published by Neeke over 9 years ago

  • Fixed issue #44 Seaslog::analyzerDetail([with out 'all'])
  • Support CONST SEASLOG_ALL
Badges
Extracted from project README
Build Status Build status