public static final enum

TencentDebugMap.LoggerOptions.Level

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.Level

Summary

Enum Values
TencentDebugMap.LoggerOptions.Level  Debug   
TencentDebugMap.LoggerOptions.Level  Error   
TencentDebugMap.LoggerOptions.Level  Fatal   
TencentDebugMap.LoggerOptions.Level  Info   
TencentDebugMap.LoggerOptions.Level  None   
TencentDebugMap.LoggerOptions.Level  Verbose   
TencentDebugMap.LoggerOptions.Level  Warn   
Public Methods
static TencentDebugMap.LoggerOptions.Level fromAndroidLogLevel(int logLevel)
int toAndroidLogLevel()
static TencentDebugMap.LoggerOptions.Level valueOf(String name)
final static Level[] 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.Level Debug

public static final TencentDebugMap.LoggerOptions.Level Error

public static final TencentDebugMap.LoggerOptions.Level Fatal

public static final TencentDebugMap.LoggerOptions.Level Info

public static final TencentDebugMap.LoggerOptions.Level None

public static final TencentDebugMap.LoggerOptions.Level Verbose

public static final TencentDebugMap.LoggerOptions.Level Warn

Public Methods

public static TencentDebugMap.LoggerOptions.Level fromAndroidLogLevel (int logLevel)

public int toAndroidLogLevel ()

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

public static final Level[] values ()