|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface IBusinessLogService
日志服务接口
方法摘要 | |
---|---|
void |
debug(BusinessLogEntry businessLogEntry)
debug |
void |
error(BusinessLogEntry businessLogEntry)
error |
void |
info(BusinessLogEntry businessLogEntry)
info |
void |
log(Level level,
String operationType,
String operation)
记录日志 |
void |
log(Level level,
String operationType,
String operation,
String operationObject)
记录日志 |
void |
log(Level level,
String operationType,
String operation,
String operationObject,
String memo)
记录日志 |
void |
warn(BusinessLogEntry businessLogEntry)
warn |
方法详细信息 |
---|
void debug(BusinessLogEntry businessLogEntry) throws GboatLoggingException
businessLogEntry
- 业务实体
DefaultBusinessNestedException
- 抛出默认检查异常
GboatLoggingException
void info(BusinessLogEntry businessLogEntry) throws GboatLoggingException
businessLogEntry
- 业务实体
DefaultBusinessNestedException
- 抛出默认检查异常
GboatLoggingException
void warn(BusinessLogEntry businessLogEntry) throws GboatLoggingException
businessLogEntry
- 业务实体
DefaultBusinessNestedException
- 抛出默认检查异常
GboatLoggingException
void error(BusinessLogEntry businessLogEntry) throws GboatLoggingException
businessLogEntry
- 业务实体
DefaultBusinessNestedException
- 抛出默认检查异常
GboatLoggingException
void log(Level level, String operationType, String operation)
level
- 日志级别operationType
- 操作类型,如新建,删除等operation
- 记录的操作内容void log(Level level, String operationType, String operation, String operationObject)
level
- 日志级别operationType
- 操作类型,如新建,删除等operation
- 记录的操作内容operationObject
- 操作的对象名称void log(Level level, String operationType, String operation, String operationObject, String memo)
level
- 日志级别operationType
- 操作类型,如新建,删除等operation
- 记录的操作内容operationObject
- 操作的对象名称memo
- 日志备注
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |