TillLog

open class TillLog

Constructors

Link copied to clipboard
constructor()
Instantiate an TillLog

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun bind(activity: Activity)
Bind the API server to the given Activity.
Link copied to clipboard
open fun debug(logMessage: String)
Send Debug Logs
Link copied to clipboard
open fun error(logMessage: String)
Send Error Logs
Link copied to clipboard
open fun info(logMessage: String)
Send Info Logs
Link copied to clipboard
open fun lAssert(logMessage: String)
Send Assert Logs (Wallee Payment App)
Link copied to clipboard
open fun unbind(activity: Activity)
Unbind the API server from the given Activity.
Link copied to clipboard
open fun warning(logMessage: String)
Send Warning Logs