@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface MeLog
| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<? extends MeLogCallback> |
callback
回调
|
Class<? extends MeLogFormatter> |
formatter
格式化
|
LogLevel |
level
日志级别
|
String[] |
paramFilter
参数过滤
|
CodePositionLevel |
position
代码定位支持
|
String |
value
业务名称
|
public abstract String value
public abstract LogLevel level
public abstract CodePositionLevel position
public abstract String[] paramFilter
public abstract Class<? extends MeLogFormatter> formatter
public abstract Class<? extends MeLogCallback> callback
Copyright © 2024. All rights reserved.