注释类型 LogHandler
@Documented
@BaseLifeCycle(BaseLogHandlerLifeCycle.class)
@MethodLifeCycle(LogHandlerLifeCycle.class)
@Retention(RUNTIME)
@Target({METHOD,TYPE,ANNOTATION_TYPE})
public @interface LogHandler
Forest请求日志处理器注解
- 从以下版本开始:
- 2020-10-13 16:22
- 作者:
- gongjun[dt_flys@hotmail.com]
-
必需元素概要
所需元素
-
元素详细资料
-
value
Class<? extends ForestLogHandler> value指定Forest请求日志的处理器类- 返回:
- 日志处理器类
-