Package risesoft.data.transfer.core.log
Interface Logger
-
- All Known Implementing Classes:
HandledLogger
public interface Logger日志处理类框架自带- Author:
- lb
- Date:
- 2023年12月25日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddebug(Object source, String msg)是否接收debugvoiderror(Object source, String msg)是否接受errorvoidinfo(Object source, String msg)是否接受infobooleanisDebug()是否接受debugbooleanisError()是否接受 errorbooleanisInfo()是否接受info
-
-
-
Field Detail
-
DEBUG
static final int DEBUG
- See Also:
- Constant Field Values
-
INFO
static final int INFO
- See Also:
- Constant Field Values
-
ERROR
static final int ERROR
- See Also:
- Constant Field Values
-
-