mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -14,6 +14,7 @@ import io.github.logtube.core.IEventLogger;
|
||||
* @since 5.6.6
|
||||
*/
|
||||
public class LogTubeLog extends AbstractLog {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final IEventLogger logger;
|
||||
|
||||
|
@@ -19,9 +19,6 @@ public class LogTest {
|
||||
log.debug("This is {} log", Level.DEBUG);
|
||||
log.info("This is {} log", Level.INFO);
|
||||
log.warn("This is {} log", Level.WARN);
|
||||
|
||||
// Exception e = new Exception("test Exception");
|
||||
// log.error(e, "This is {} log", Level.ERROR);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user