mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -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;
|
@@ -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
|
@@ -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;
|
||||
|
@@ -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;
|
Reference in New Issue
Block a user