TSRLogger Protocol Reference

Conforms to NSObject
Declared in TSRLogger.h
TsrLogger.h

Overview

This protocol represents the log callbacks of the TsrSdk. You can implement the protocol to get the logs from tsrsdk.

– logWithLevel:log: required method

This interface represents the log callbacks of the TsrSdk.

- (void)logWithLevel:(TSRLogLevel)logLevel log:(NSString *)log

Parameters

logLevel

Log level

log

Log message.

Discussion

This interface represents the log callbacks of the TsrSdk.

Declared In

TsrLogger.h