Oneclick Studio
🛠️ Building Custom Modules/Provided Composables

useIntegrationActionBuilder

Log messages to the active project.

Create a log

const { log, logWarning, logError } = useLogs()

log("Loaded products", { productCount: 10 })
logWarning("Product saved without proper SEO", { productId: 'prod-123' })
logError("Product failed to save", { productId: 'prod-123' })

Cards

On this page