| 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)
|