exit

Add log message indicating exit of a method

common
abstract fun exit()

Add a log message with the return value of a method

common
abstract fun <T> exit(result: T): T