gboat2.base.logging.service.impl
类 BusinessLogServiceImpl
java.lang.Object
gboat2.base.core.service.BaseService
gboat2.base.logging.service.impl.BusinessLogServiceImpl
- 所有已实现的接口:
- IBusinessLogService, IBaseService
@Transactional
public class BusinessLogServiceImpl
- extends BaseService
- implements IBusinessLogService
日志信息服务类
- 作者:
- zhangxj-a, hemw
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusinessLogServiceImpl
public BusinessLogServiceImpl()
debug
public void debug(BusinessLogEntry businessLogEntry)
throws GboatLoggingException
- debug
- 指定者:
- 接口
IBusinessLogService
中的 debug
- 参数:
businessLogEntry
- 业务实体
- 抛出:
gboat2.base.bridge.exception.DefaultBusinessNestedException
- 抛出默认检查异常
GboatLoggingException
info
public void info(BusinessLogEntry businessLogEntry)
throws GboatLoggingException
- info
- 指定者:
- 接口
IBusinessLogService
中的 info
- 参数:
businessLogEntry
- 业务实体
- 抛出:
gboat2.base.bridge.exception.DefaultBusinessNestedException
- 抛出默认检查异常
GboatLoggingException
warn
public void warn(BusinessLogEntry businessLogEntry)
throws GboatLoggingException
- warn
- 指定者:
- 接口
IBusinessLogService
中的 warn
- 参数:
businessLogEntry
- 业务实体
- 抛出:
gboat2.base.bridge.exception.DefaultBusinessNestedException
- 抛出默认检查异常
GboatLoggingException
error
public void error(BusinessLogEntry businessLogEntry)
throws GboatLoggingException
- error
- 指定者:
- 接口
IBusinessLogService
中的 error
- 参数:
businessLogEntry
- 业务实体
- 抛出:
gboat2.base.bridge.exception.DefaultBusinessNestedException
- 抛出默认检查异常
GboatLoggingException
log
public void log(Level level,
String operationType,
String operation)
- 指定者:
- 接口
IBusinessLogService
中的 log
log
public void log(Level level,
String operationType,
String operation,
String operationObject)
- 指定者:
- 接口
IBusinessLogService
中的 log
log
public void log(Level level,
String operationType,
String operation,
String operationObject,
String memo)
- 指定者:
- 接口
IBusinessLogService
中的 log
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.