createChannel

fun <T> createChannel(name: String, schema: FateSchema<T>): FlightLogChannel<T>

Creates a new log channel attached to the current OpMode's writer.