withLogsEnabled

open fun withLogsEnabled(logsEnabled: Boolean): Beacon.Builder

Enables or disables developer logs in Logcat.

This is primarily for debugging and development purposes.

Return

The Builder instance for chaining calls.

Parameters

logsEnabled

true to enable logs; false to disable them.