lifecycle

abstract fun lifecycle(message: String)(source)

Logs the given message at lifecycle log level.

Parameters

message

the log message.


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

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)(source)

Logs the given message at lifecycle log level.

Parameters

message

the log message.

throwable

the exception to log.