public class

Logger

extends Object
java.lang.Object
   ↳ com.tencent.map.lssupport.utils.Logger

Summary

Nested Classes
enum Logger.TLSLogTag  
enum Logger.TLSLogType  
Public Constructors
Logger()
Public Methods
static void devLog(TLSAccount account, String content)
static void devLog(LogTags logTags, TLSAccount account, String content)
static void errLog(TLSAccount account, String content)
static void errLog(LogTags logTags, TLSAccount account, String content)
static void initLogger(SDKLog sdkLog)
static void log(String tag, int logLevel, String content, Logger.TLSLogType logType)
static void log(String tag, int logLevel, String content)
static void usrLog(LogTags logTags, TLSAccount account, String content)
static void usrLog(TLSAccount account, String content)
static void warnLog(TLSAccount account, String content)
static void warnLog(LogTags logTags, TLSAccount account, String content)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Logger ()

Public Methods

public static void devLog (TLSAccount account, String content)

public static void devLog (LogTags logTags, TLSAccount account, String content)

public static void errLog (TLSAccount account, String content)

public static void errLog (LogTags logTags, TLSAccount account, String content)

public static void initLogger (SDKLog sdkLog)

public static void log (String tag, int logLevel, String content, Logger.TLSLogType logType)

public static void log (String tag, int logLevel, String content)

public static void usrLog (LogTags logTags, TLSAccount account, String content)

public static void usrLog (TLSAccount account, String content)

public static void warnLog (TLSAccount account, String content)

public static void warnLog (LogTags logTags, TLSAccount account, String content)