public class LogProducerServiceImpl extends Object implements LogProducerService
| 构造器和说明 |
|---|
LogProducerServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
sendMsg(SendingCommonLog log)
发送日志
|
void |
sendTcMsg(SendingTCLog sendingTCLog)
发送接口调用时间日志
|
void |
sendTraceMsg(SendingTraceLog sendingTraceLog)
发送trace日志
|
public void sendMsg(SendingCommonLog log)
LogProducerServicesendMsg 在接口中 LogProducerServicepublic void sendTraceMsg(SendingTraceLog sendingTraceLog)
LogProducerServicesendTraceMsg 在接口中 LogProducerServicepublic void sendTcMsg(SendingTCLog sendingTCLog)
LogProducerServicesendTcMsg 在接口中 LogProducerServiceCopyright © 2020. All rights reserved.