Package-level declarations

Types

Link copied to clipboard
class FTCLogger(tag: String) : Logger

A general-purpose Logger used when running on the robot.

Link copied to clipboard
enum Level : Enum<Level>

Represents the level of a log message.

Link copied to clipboard
abstract class Logger(tag: String)
Link copied to clipboard
object Logging

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

Link copied to clipboard
class SimpleLogger(tag: String) : Logger

A simple Logger that prints to the standard output.