public class SinoLogService
extends com.weibo.api.motan.log.DefaultLogService
| 构造器和说明 |
|---|
SinoLogService(boolean infoEnabled) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accessLog(String msg) |
void |
accessProfileLog(String format,
Object... argArray) |
void |
accessStatsLog(String msg) |
void |
accessStatsLog(String format,
Object... argArray) |
void |
info(String msg) |
void |
info(String format,
Object... argArray) |
void |
info(String msg,
Throwable t) |
public void info(String msg)
info 在接口中 com.weibo.api.motan.log.LogServiceinfo 在类中 com.weibo.api.motan.log.DefaultLogServicepublic void info(String format, Object... argArray)
info 在接口中 com.weibo.api.motan.log.LogServiceinfo 在类中 com.weibo.api.motan.log.DefaultLogServicepublic void info(String msg, Throwable t)
info 在接口中 com.weibo.api.motan.log.LogServiceinfo 在类中 com.weibo.api.motan.log.DefaultLogServicepublic void accessLog(String msg)
accessLog 在接口中 com.weibo.api.motan.log.LogServiceaccessLog 在类中 com.weibo.api.motan.log.DefaultLogServicepublic void accessStatsLog(String msg)
accessStatsLog 在接口中 com.weibo.api.motan.log.LogServiceaccessStatsLog 在类中 com.weibo.api.motan.log.DefaultLogServicepublic void accessStatsLog(String format, Object... argArray)
accessStatsLog 在接口中 com.weibo.api.motan.log.LogServiceaccessStatsLog 在类中 com.weibo.api.motan.log.DefaultLogServiceCopyright © 2024. All rights reserved.