Libraries
bignum
binary
bitmap
ble
bytes
core
crypto
device
encoding
esp32
expect
fixed-point
flash
font
gpio
i2c
i2s
icons
io
line-wrap
log
math
monitor
net
pulse-counter
reader
reader-writer
rmt
serial
spi
statistics
system
api
assets
base
containers
external
firmware
services
storage
trace
tls
uart
uuid
writer
zlib
Library trace
To use this library in your code:
import system.trace
Functions
send-trace-message
message/
ByteArray
->
none
Sends a trace message to a registered
TraceService
if one exists.
The trace message is forwarded to the system's trace message handler if there is no registered
TraceService
, or if the registered one fails to handle the message.