> For the complete documentation index, see [llms.txt](https://docs.appkickstarter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appkickstarter.com/features/logger.md).

# 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.&#x20;

More infos on crash monitoring here/&#x20;
