**Source URL:** https://general.veevavault.dev/commercial/vault-toolbox/intellij-plugin/guides/developer-logs

# Working with Developer Logs

The Vault Toolbox plugin allows you to download and analyze developer logs, which capture details related to your custom Vault Java SDK integrations. This tool provides a simple way to access and process these logs within IntelliJ IDEA while developing custom integrations, eliminating the need to view them from the UI. Learn more about [developer logs](https://platform.veevavault.help/en/gr/14341/#vault_java_sdk_log).

While you can download all developer logs listed below, Vault Toolbox only provides analysis for the API Usage, SDK Debug, and SDK Profiler logs. Your user account must have the *Admin: Logs: Developer* permission to access developer logs.

You can also import an existing log archive into Vault Toolbox from each Developer Logs table. This is useful when the log was downloaded outside of the current workspace, for example by Vault Toolbox on another machine, exported from Vault, or shared by a colleague. See the *Importing* section on each log page for details.

<Aside type="tip">
In each developer log's table, you can click and drag across rows to toggle their selection checkboxes in bulk, or right-click a row to access the available actions from a context menu.
</Aside>

<LandingPageList>
*   [API Usage Logs](/commercial/vault-toolbox/intellij-plugin/guides/developer-logs/api-usage-logs/)
*   [SDK Debug Logs](/commercial/vault-toolbox/intellij-plugin/guides/developer-logs/sdk-debug-logs/)
*   [SDK Runtime Logs](/commercial/vault-toolbox/intellij-plugin/guides/developer-logs/sdk-runtime-logs/)
*   [SDK Profiler Logs](/commercial/vault-toolbox/intellij-plugin/guides/developer-logs/sdk-profiler-logs/)
</LandingPageList>

---

**Previous:** [Authenticating to Vault](/commercial/vault-toolbox/intellij-plugin/guides/authentication)  
**Next:** [API Usage Logs](/commercial/vault-toolbox/intellij-plugin/guides/developer-logs/api-usage-logs)