mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
StaticLog rename to LogUtil
This commit is contained in:
@@ -21,8 +21,8 @@ import org.dromara.hutool.log.level.Level;
|
||||
*
|
||||
* @author Looly
|
||||
*/
|
||||
public class StaticLog {
|
||||
private static final String FQCN = StaticLog.class.getName();
|
||||
public class LogUtil {
|
||||
private static final String FQCN = LogUtil.class.getName();
|
||||
|
||||
// ----------------------------------------------------------- Log method start
|
||||
// ------------------------ Trace
|
Reference in New Issue
Block a user