print

abstract fun print(logLevel: LogLevels, tag: String, message: String)

Return

Unit

Parameters

logLevel

LogLevels what level of log is this message

tag

where is this log coming from

message

information to be logged