mobile-logging-android

Installation
SKILL.md

Platform-agnostic concepts: shared/mobile/logging-concepts.md

Logging — Couchbase Lite Android

CBL 4.x uses the LogSinks API. Three sink types: console, file, and custom. All are thread-safe.

Log levels

From most to least verbose: DEBUG → VERBOSE → INFO → WARNING → ERROR → NONE

Default level is WARNING. Set to DEBUG when diagnosing issues; use INFO or WARNING in production.

Log domains

Installs
2
First Seen
Jun 18, 2026
mobile-logging-android — couchbaselabs/agent-skills