public class

Logger

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

Summary

Public Constructors
Logger()
Public Methods
static void devLog(TLSAccount account, String content)
static void errLog(TLSAccount account, String content)
static void log(TLSAccount account, int logLevel, int useLevel, String content)
static void usrLog(TLSAccount account, String content)
static void warnLog(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 errLog (TLSAccount account, String content)

public static void log (TLSAccount account, int logLevel, int useLevel, String content)

public static void usrLog (TLSAccount account, String content)

public static void warnLog (TLSAccount account, String content)