Logging

object Logging

An API for logging information to the telemetry, a compressed log file, and Android's standard logger.

This API is automatically initialized by CoreRegistrant.

This API purposefully does not implement API, since API depends on this being initialized.

Functions

Link copied to clipboard
fun init(opMode: OpMode)
Link copied to clipboard
fun logger(clazz: Any): Logger

Creates a new Logger where the tag is the name of the class.

fun logger(tag: String): Logger