Skip to content

1.1.0

Latest

Choose a tag to compare

@MC-Nirvana MC-Nirvana released this 18 Apr 13:36
· 2 commits to main since this release
993a79d

中文版更新日志

添加

  • 新增重定向并过滤原生日志流 (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