mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
7.0.0.M1
This commit is contained in:
@@ -14,19 +14,19 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.dromara.hutool.log;
|
||||
package cn.hutool.v7.log;
|
||||
|
||||
import org.dromara.hutool.log.engine.LogEngine;
|
||||
import org.dromara.hutool.log.engine.LogEngineFactory;
|
||||
import org.dromara.hutool.log.engine.commons.ApacheCommonsLogEngine;
|
||||
import org.dromara.hutool.log.engine.console.ConsoleLogEngine;
|
||||
import org.dromara.hutool.log.engine.jboss.JbossLogEngine;
|
||||
import org.dromara.hutool.log.engine.jdk.JdkLogEngine;
|
||||
import org.dromara.hutool.log.engine.log4j.Log4jLogEngine;
|
||||
import org.dromara.hutool.log.engine.log4j2.Log4j2LogEngine;
|
||||
import org.dromara.hutool.log.engine.slf4j.Slf4jLogEngine;
|
||||
import org.dromara.hutool.log.engine.tinylog.TinyLog2Engine;
|
||||
import org.dromara.hutool.log.engine.tinylog.TinyLogEngine;
|
||||
import cn.hutool.v7.log.engine.LogEngine;
|
||||
import cn.hutool.v7.log.engine.LogEngineFactory;
|
||||
import cn.hutool.v7.log.engine.commons.ApacheCommonsLogEngine;
|
||||
import cn.hutool.v7.log.engine.console.ConsoleLogEngine;
|
||||
import cn.hutool.v7.log.engine.jboss.JbossLogEngine;
|
||||
import cn.hutool.v7.log.engine.jdk.JdkLogEngine;
|
||||
import cn.hutool.v7.log.engine.log4j.Log4jLogEngine;
|
||||
import cn.hutool.v7.log.engine.log4j2.Log4j2LogEngine;
|
||||
import cn.hutool.v7.log.engine.slf4j.Slf4jLogEngine;
|
||||
import cn.hutool.v7.log.engine.tinylog.TinyLog2Engine;
|
||||
import cn.hutool.v7.log.engine.tinylog.TinyLogEngine;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/**
|
||||
@@ -14,9 +14,9 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.dromara.hutool.log;
|
||||
package cn.hutool.v7.log;
|
||||
|
||||
import org.dromara.hutool.log.level.Level;
|
||||
import cn.hutool.v7.log.level.Level;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.dromara.hutool.log;
|
||||
package cn.hutool.v7.log;
|
||||
|
||||
import org.dromara.hutool.log.engine.LogEngineFactory;
|
||||
import org.dromara.hutool.log.engine.console.ConsoleColorLogEngine;
|
||||
import org.dromara.hutool.log.engine.console.ConsoleLogEngine;
|
||||
import org.dromara.hutool.log.engine.log4j2.Log4j2LogEngine;
|
||||
import cn.hutool.v7.log.engine.LogEngineFactory;
|
||||
import cn.hutool.v7.log.engine.console.ConsoleColorLogEngine;
|
||||
import cn.hutool.v7.log.engine.console.ConsoleLogEngine;
|
||||
import cn.hutool.v7.log.engine.log4j2.Log4j2LogEngine;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class LogUtilTest {
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.dromara.hutool.log;
|
||||
package cn.hutool.v7.log;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
Reference in New Issue
Block a user