protocolLogging

fun protocolLogging(level: LogLevel, redactor: PayloadRedactor = PayloadRedactor.Default): RadioClient.Builder(source)

Enable protocol-level logging.

Routes framed-packet diagnostics through the configured LogSink. The redactor masks positions, text payloads, and PSKs. Default: LogLevel.NONE (off). See docs/security.md.