Skip to content

Releases: MC-Nirvana/log-sifter

1.1.0

18 Apr 13:36
993a79d

Choose a tag to compare

中文版更新日志

添加

  • 新增重定向并过滤原生日志流 (System.err) 的功能,统一标签为 system.err.Redirector
  • 新增全域过滤功能,支持在配置文件中设置 logger = "" 以匹配所有来源

优化

  • 改进正则匹配逻辑,由“全文匹配”升级为“局部特征查找 (find)”,提升拦截率
  • 更新默认配置文件模板,集成简/繁/英三语注释,并默认注释所有示例

English Version Update Log

Added

  • Added support for redirecting and filtering native log streams (System.err) under the system.err.Redirector tag
  • Added global filtering support, allowing logger = "" to match all log sources

Optimized

  • Upgraded regex matching from "full match" to "partial find (find)" for better interception of stack traces
  • Updated default configuration template with Simplified Chinese, Traditional Chinese, and English comments

1.0.0

07 Oct 19:02
829ac94

Choose a tag to compare

中文版更新日志

添加

  • 初始版本,一切的开始

English Version Update Log

Added

  • Initial release, the beginning of everything