Package risesoft.data.transfer.core.log
Interface LogHandleReference
-
- All Known Implementing Classes:
HandledLoggerFactory
public interface LogHandleReference日志连接- Author:
- lb
- Date:
- 2023年12月29日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandleContext<LogDebugHandle>getLogDebugHandle()HandleContext<LogErrorHandle>getLogErrorHandle()HandleContext<LogInfoHandle>getLogInfoHandle()booleanisDebug()booleanisError()booleanisInfo()
-
-
-
Method Detail
-
isDebug
boolean isDebug()
-
isInfo
boolean isInfo()
-
isError
boolean isError()
-
getLogDebugHandle
HandleContext<LogDebugHandle> getLogDebugHandle()
-
getLogInfoHandle
HandleContext<LogInfoHandle> getLogInfoHandle()
-
getLogErrorHandle
HandleContext<LogErrorHandle> getLogErrorHandle()
-
-