IEvsLogger

interface IEvsLogger

Logger interface for enabling SDK logging

Note:

If the logger was created by the IEvsSystemLogger and headers were supplied to the IEvsSystemLogger.init method, the logged message should be comm seperated according to the given headers

Functions

Link copied to clipboard
abstract fun debug(tag: String, message: String)

Log debug information

Link copied to clipboard
abstract fun error(tag: String, message: String)

Log error information

Link copied to clipboard
abstract fun isDebug(): Boolean

Is debug log level

Link copied to clipboard
abstract fun log(tag: String, message: String)

Log general information

Link copied to clipboard
abstract fun setDebugMode(isDebug: Boolean)

Enable debug log level

Link copied to clipboard
abstract fun warning(tag: String, message: String)

Log warning information