For the complete documentation index, see llms.txt. This page is also available as Markdown.

Logger

AppKickstarter uses an abstraction for logging infos, you can call these functions:

AppLogger.e(message, exception)
AppLogger.d(message)
AppLogger.i(message)

By default on debug AppLogger will display logs on console and on release it send error logs in Sentry.

More infos on crash monitoring here/

Last updated