lifecycle

abstract fun lifecycle(message: String)

Logs the given message at lifecycle log level.

Parameters

message

the log message.


abstract fun lifecycle(message: String, objects: Array<Any>)

Logs the given message at lifecycle log level.

Parameters

message

the log message.

objects

the log message parameters.


abstract fun lifecycle(message: String, throwable: Throwable)

Logs the given message at lifecycle log level.

Parameters

message

the log message.

throwable

the exception to log.