mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-07-02 05:17:27 +00:00
feat: 为脚本添加日志记录器.
- 增加 ScriptLoggerFactory, 通过 CGLIB 为 Logger 设置动态代理, 在记录日志时隐式添加 marker, 配合日志配置调整脚本日志输出, 以解决脚本无法将日志记录到日志文件中的问题. - 调整 Trigger 日志记录器获取方式, 以解决脚本可能误用 Trigger 日志记录器的问题. - 适当调整了部分包的日志记录级别.
This commit is contained in:
@ -32,6 +32,8 @@ dependencies {
|
||||
implementation "org.bouncycastle:bcpg-jdk15on:${bouncyCastleVer}"
|
||||
implementation "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVer}"
|
||||
|
||||
implementation 'cglib:cglib:3.3.0'
|
||||
|
||||
implementation "net.i2p.crypto:eddsa:0.3.0"
|
||||
|
||||
implementation 'org.codehaus.groovy:groovy-all:3.0.7'
|
||||
|
Reference in New Issue
Block a user