Tag: ExtensionLogConfig

  • Extension Loading Error Logging

    Sometimes, Vault extensions are loaded into environments without a GUI, such as an event handler. Unfortunately, if the extension fails to load due to errors, it will fail silently. As an SDK programmer, this can cause confusion when trying to develop and deploy an extension. Fortunately, the SDK can be configured to log these errors,…