FateWeaver
Toggle table of contents
0.3.3
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
FateWeaver
ftc
/
gay.zharel.fateweaver.flight
/
FlightRecorder
/
createChannel
create
Channel
@
JvmStatic
fun
<
T
>
createChannel
(
name
:
String
,
schema
:
FateSchema
<
T
>
)
:
FlightLogChannel
<
T
>
@
JvmStatic
fun
<
T
:
Any
>
createChannel
(
name
:
String
,
clazz
:
Class
<
T
>
)
:
FlightLogChannel
<
T
>
Creates a new log channel attached to the current OpMode's writer.