object UniFlowLogger : Logger
Event Logger
Author
Arnaud Giuliani
const val FUN_TAG: String |
|
var logger: Logger |
|
const val TAG: String |
fun debug(message: String): Unit |
|
fun default(): Unit
Set the default Logger as the UniFlow event logger. |
|
fun empty(): Unit
Set an EmptyLogger as the UniFlow event logger. |
|
fun init(logger: Logger): Unit
Set a Logger as the UniFlow event logger. Reset this using default. |
|
fun log(message: String): Unit |
|
fun logError(errorMessage: String, error: Exception?): Unit |
|
fun logEvent(event: UIEvent): Unit |
|
fun logState(state: UIState): Unit |