This commit is contained in:
lijin 2020-08-25 16:53:06 +08:00
parent 9d3d2f9ed4
commit 4e78e154fd

View File

@ -45,7 +45,7 @@ public interface Log extends TraceLog, DebugLog, InfoLog, WarnLog, ErrorLog {
static Log get() { static Log get() {
return LogFactory.get(CallerUtil.getCallerCaller()); return LogFactory.get(CallerUtil.getCallerCaller());
} }
//------------------------------------------------------------------------ Static method start //------------------------------------------------------------------------ Static method end
/** /**
* @return 日志对象的Name * @return 日志对象的Name