This commit is contained in:
Looly
2019-10-29 19:05:23 +08:00
parent 3cef7fa9a7
commit bf03aebcef
107 changed files with 283 additions and 456 deletions

View File

@@ -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);
}

View File

@@ -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) {