StaticLog rename to LogUtil

This commit is contained in:
Looly
2023-05-15 20:03:12 +08:00
parent d0556a4e48
commit 4670f21a8c
22 changed files with 98 additions and 56 deletions

View File

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