com.github.ltsopensource.tasktracker.logger
Interface BizLogger

All Known Implementing Classes:
BizLoggerAdapter, BizLoggerImpl, MockBizLogger

public interface BizLogger

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

Method Summary
 void debug(String msg)
           
 void error(String msg)
           
 void info(String msg)
           
 

Method Detail

debug

void debug(String msg)

info

void info(String msg)

error

void error(String msg)


Copyright © 2017. All rights reserved.