This commit is contained in:
Looly
2023-03-09 22:32:54 +08:00
parent 1a8a97e7b8
commit 0af9f4b5d8
16 changed files with 244 additions and 48 deletions

View File

@@ -1,7 +1,5 @@
package cn.hutool.log.test;
package cn.hutool.log;
import cn.hutool.log.Log;
import cn.hutool.log.LogFactory;
import cn.hutool.log.dialect.commons.ApacheCommonsLogFactory;
import cn.hutool.log.dialect.console.ConsoleLogFactory;
import cn.hutool.log.dialect.jboss.JbossLogFactory;

View File

@@ -1,12 +1,9 @@
package cn.hutool.log.test;
package cn.hutool.log;
import cn.hutool.log.level.Level;
import org.junit.Ignore;
import org.junit.Test;
import cn.hutool.log.Log;
import cn.hutool.log.LogFactory;
import cn.hutool.log.level.Level;
/**
* 日志门面单元测试
* @author Looly

View File

@@ -1,7 +1,5 @@
package cn.hutool.log.test;
package cn.hutool.log;
import cn.hutool.log.Log;
import cn.hutool.log.LogFactory;
import cn.hutool.log.dialect.logtube.LogTubeLogFactory;
import org.junit.Test;

View File

@@ -1,7 +1,5 @@
package cn.hutool.log.test;
package cn.hutool.log;
import cn.hutool.log.LogFactory;
import cn.hutool.log.StaticLog;
import cn.hutool.log.dialect.console.ConsoleColorLogFactory;
import cn.hutool.log.dialect.console.ConsoleLogFactory;
import org.junit.Test;