Log

object Log

Own implementation of Log to remove the Android use in the model during tests.

Properties

Link copied to clipboard

When set to false the model won't use the Android output

Functions

Link copied to clipboard
fun d(tag: String, msg: String)

The lookalike Log function from android that converts into println to use during tests that don't have the android library.