public static final enum

TencentDebugMap.LoggerOptions.Attribute

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.tencent.tencentmap.mapsdk.maps.TencentDebugMap.LoggerOptions.Attribute

Summary

Enum Values
TencentDebugMap.LoggerOptions.Attribute  ENABLE   
TencentDebugMap.LoggerOptions.Attribute  ENABLE_TO_CONSOLE   
TencentDebugMap.LoggerOptions.Attribute  ENABLE_TO_FILE   
TencentDebugMap.LoggerOptions.Attribute  ENGINE_SIZE_LIMIT   
TencentDebugMap.LoggerOptions.Attribute  ENGINE_TIME_LIMIT   
TencentDebugMap.LoggerOptions.Attribute  LEVEL   
TencentDebugMap.LoggerOptions.Attribute  OUT_HANDLE_CLASS   
TencentDebugMap.LoggerOptions.Attribute  TAGS   
Public Methods
String keyName()
static TencentDebugMap.LoggerOptions.Attribute valueOf(String name)
final static Attribute[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TencentDebugMap.LoggerOptions.Attribute ENABLE

public static final TencentDebugMap.LoggerOptions.Attribute ENABLE_TO_CONSOLE

public static final TencentDebugMap.LoggerOptions.Attribute ENABLE_TO_FILE

public static final TencentDebugMap.LoggerOptions.Attribute ENGINE_SIZE_LIMIT

public static final TencentDebugMap.LoggerOptions.Attribute ENGINE_TIME_LIMIT

public static final TencentDebugMap.LoggerOptions.Attribute LEVEL

public static final TencentDebugMap.LoggerOptions.Attribute OUT_HANDLE_CLASS

public static final TencentDebugMap.LoggerOptions.Attribute TAGS

Public Methods

public String keyName ()

public static TencentDebugMap.LoggerOptions.Attribute valueOf (String name)

public static final Attribute[] values ()