com.alibaba.rocketmq.client.log
类 ClientLogger

java.lang.Object
  继承者 com.alibaba.rocketmq.client.log.ClientLogger

public class ClientLogger
extends Object

Client通过反射来初始化客户端日志

从以下版本开始:
2013-7-24
作者:
菱叶

构造方法摘要
ClientLogger()
           
 
方法摘要
static org.slf4j.Logger getLog()
           
static void setLog(org.slf4j.Logger log)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ClientLogger

public ClientLogger()
方法详细信息

getLog

public static org.slf4j.Logger getLog()

setLog

public static void setLog(org.slf4j.Logger log)


Copyright © 2012-2014. All Rights Reserved.