com.supermap.data
类 LogLevel

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.LogLevel

public class LogLevel
extends Enum

该类定义了错误日志记录级别类型常量。


字段摘要
static LogLevel DEBUG
          此日志记录级别是面向开发程序员,包含所有信息。
static LogLevel ERROR
          非法操作等可能会引起的错误。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

DEBUG

public static final LogLevel DEBUG
此日志记录级别是面向开发程序员,包含所有信息。


ERROR

public static final LogLevel ERROR
非法操作等可能会引起的错误。