Skip to content

Optilog-Client-2022.6.3

Compare
Choose a tag to compare
@OptiJava OptiJava released this 11 Jun 01:00
· 68 commits to master since this release

New

1.加入了jdbc支持
2.加入了日志统计功能,log.getXxxxCount()获取指定级别日志统计(Xxxx填日志级别)
3.加入了断言支持
4.加入了注解处理模板,但未添加注解

Fix

1.优化了Optilog的扩展性,覆写接口Log可修改Optilog
2.优化了日志性能
3.修复了jdbc异常:java.sql.SQLException:Access denied for user ‘root’@‘localhost’ (using password: YES)