com.github.ltsopensource.tasktracker.logger
Class BizLoggerFactory

java.lang.Object
  extended by com.github.ltsopensource.tasktracker.logger.BizLoggerFactory

public class BizLoggerFactory
extends Object

Author:
Robert HG (254963746@qq.com) on 3/27/15.

Constructor Summary
BizLoggerFactory()
           
 
Method Summary
static BizLogger getLogger(com.github.ltsopensource.core.constant.Level level, com.github.ltsopensource.core.remoting.RemotingClientDelegate remotingClient, TaskTrackerAppContext appContext)
          保证一个TaskTracker只能有一个Logger, 因为一个jvm可以有多个TaskTracker
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BizLoggerFactory

public BizLoggerFactory()
Method Detail

getLogger

public static BizLogger getLogger(com.github.ltsopensource.core.constant.Level level,
                                  com.github.ltsopensource.core.remoting.RemotingClientDelegate remotingClient,
                                  TaskTrackerAppContext appContext)
保证一个TaskTracker只能有一个Logger, 因为一个jvm可以有多个TaskTracker



Copyright © 2017. All rights reserved.