配置中心支持动态更改日志配置

This commit is contained in:
Redkale
2022-12-11 10:45:47 +08:00
parent 8c20ba96f6
commit 86c66aab6d
4 changed files with 72 additions and 28 deletions

View File

@@ -14,7 +14,4 @@ import java.util.logging.Handler;
*/
public abstract class LoggingBaseHandler extends Handler {
protected Application currentApplication() {
return Application.currentApplication; //不能直接暴露外界访问
}
}