com.github.ltsopensource.tasktracker.logger
Class MockBizLogger

java.lang.Object
  extended by com.github.ltsopensource.tasktracker.logger.BizLoggerAdapter
      extended by com.github.ltsopensource.tasktracker.logger.MockBizLogger
All Implemented Interfaces:
BizLogger

public class MockBizLogger
extends BizLoggerAdapter
implements BizLogger

Author:
Robert HG (254963746@qq.com) on 9/12/15.

Constructor Summary
MockBizLogger(com.github.ltsopensource.core.constant.Level level)
           
 
Method Summary
 void debug(String msg)
           
 void error(String msg)
           
 void info(String msg)
           
 
Methods inherited from class com.github.ltsopensource.tasktracker.logger.BizLoggerAdapter
removeJobMeta, setJobMeta
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockBizLogger

public MockBizLogger(com.github.ltsopensource.core.constant.Level level)
Method Detail

debug

public void debug(String msg)
Specified by:
debug in interface BizLogger

info

public void info(String msg)
Specified by:
info in interface BizLogger

error

public void error(String msg)
Specified by:
error in interface BizLogger


Copyright © 2017. All rights reserved.