类 LogBusinessExtender

java.lang.Object
com.mbap.core.domain.log.extend.Log
com.mbap.core.domain.log.extend.LogBusinessExtender
所有已实现的接口:
org.json.JSONString
直接已知子类:
LogBusiness

public abstract class LogBusinessExtender extends Log
业务日志扩展类
作者:
BW.Panda Nov 18, 2016
  • 构造器详细资料

    • LogBusinessExtender

      public LogBusinessExtender(String type, String description)
      业务日志构造函数
      参数:
      type - 日志类型
      description - 描述
  • 方法详细资料

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)