mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -34,7 +34,7 @@ public interface Log extends TraceLog, DebugLog, InfoLog, WarnLog, ErrorLog {
|
||||
* @return Log
|
||||
* @since 5.0.0
|
||||
*/
|
||||
public static Log get(String name) {
|
||||
static Log get(String name) {
|
||||
return LogFactory.get(name);
|
||||
}
|
||||
|
||||
|
@@ -140,7 +140,6 @@ public class JdkLog extends AbstractLog {
|
||||
/**
|
||||
* 传入调用日志类的信息
|
||||
* @param callerFQCN 调用者全限定类名
|
||||
* @param superFQCN 调用者父类全限定名
|
||||
* @param record The record to update
|
||||
*/
|
||||
private static void fillCallerData(String callerFQCN, LogRecord record) {
|
||||
|
Reference in New Issue
Block a user