类 gboat2.base.core.logging.Level
的使用

使用 Level 的软件包
gboat2.base.core.logging   
gboat2.base.logging.service.impl   
gboat2.base.logging.util   
 

gboat2.base.core.loggingLevel 的使用
 

返回 Levelgboat2.base.core.logging 中的方法
static Level Level.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static Level[] Level.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

参数类型为 Levelgboat2.base.core.logging 中的方法
 void IBusinessLogService.log(Level level, String operationType, String operation)
          记录日志
 void IBusinessLogService.log(Level level, String operationType, String operation, String operationObject)
          记录日志
 void IBusinessLogService.log(Level level, String operationType, String operation, String operationObject, String memo)
          记录日志
 

gboat2.base.logging.service.implLevel 的使用
 

参数类型为 Levelgboat2.base.logging.service.impl 中的方法
 void BusinessLogServiceImpl.log(Level level, String operationType, String operation)
           
 void BusinessLogServiceImpl.log(Level level, String operationType, String operation, String operationObject)
           
 void BusinessLogServiceImpl.log(Level level, String operationType, String operation, String operationObject, String memo)
           
 

gboat2.base.logging.utilLevel 的使用
 

声明为 Levelgboat2.base.logging.util 中的字段
static Level Priority.DEFAULT_LEVEL
          默认的日志级别
protected  Level Priority.level
           
 

参数类型为 Levelgboat2.base.logging.util 中的方法
 boolean Priority.isEnabled(Level level)
           
static void Priority.setDefaultLevel(Level defaultLevel)
          设置默认的日志级别
 



Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.