接口 LogHandleReference
-
- 所有已知实现类:
HandledLoggerFactory
public interface LogHandleReference日志连接- 作者:
- lb
- Date:
- 2023年12月29日
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 HandleContext<LogDebugHandle>getLogDebugHandle()HandleContext<LogErrorHandle>getLogErrorHandle()HandleContext<LogInfoHandle>getLogInfoHandle()booleanisDebug()booleanisError()booleanisInfo()
-
-
-
方法详细资料
-
isDebug
boolean isDebug()
-
isInfo
boolean isInfo()
-
isError
boolean isError()
-
getLogDebugHandle
HandleContext<LogDebugHandle> getLogDebugHandle()
-
getLogInfoHandle
HandleContext<LogInfoHandle> getLogInfoHandle()
-
getLogErrorHandle
HandleContext<LogErrorHandle> getLogErrorHandle()
-
-