序列化表格
-
程序包 cn.bbwres.biscuit.operation.log.entity
-
类cn.bbwres.biscuit.operation.log.entity.OperationLogEntity扩展Object实现可序列化
- serialVersionUID:
- -8484099318738763805L
-
序列化字段
-
accessRequest
boolean accessRequest
是否接口请求 -
business
String business
业务类型 -
businessId
String businessId
业务id -
content
String content
日志内容 -
createTime
String createTime
日志生成时间 -
duration
Long duration
执行时长,单位:毫秒 -
exceptionMsg
String exceptionMsg
异常日志 -
exts
Map<String,Object> exts
拓展字段 -
loggerLevel
String loggerLevel
日志级别 -
module
String module
业务模块 -
operation
String operation
操作类型 -
operationUser
String operationUser
操作人/接入方 -
operationUserName
String operationUserName
操作人/接入方 名称 -
requestMethod
String requestMethod
请求方法 get post -
requestMsg
String requestMsg
请求参数 -
requestUrl
String requestUrl
请求路径地址 -
responseMsg
String responseMsg
响应参数 -
system
String system
归属系统 -
traceId
String traceId
链路id 待生成 -
userAgent
String userAgent
浏览器 UserAgent -
userIp
String userIp
用户 IP
-
-
-
程序包 cn.bbwres.biscuit.operation.log.properties
-
类cn.bbwres.biscuit.operation.log.properties.OperationLogProperties扩展Object实现可序列化
- serialVersionUID:
- 5147806521514857L
-
序列化字段
-
getAccessEl
String getAccessEl
获取 当前接入方的el表达式 必须是静态方法 类全路径@方法 -
getUserEl
String getUserEl
获取当前用户的el表达式 必须是静态方法 类全路径@方法 -
messageType
String messageType
业务日志消息队列 -
nameServerAddress
String nameServerAddress
消息队列ns -
producerGroup
String producerGroup
生产者组 app -
topic
String topic
mqtopic -
useMq
boolean useMq
是否使用mq发送日志
-
-