PICKZEN
Search
⌃
K
FAQ
Security in Pickzen
Builder
Builder Overview
Questions
Products
Linking
Install
Lead Generation
Advanced
Analytics
A/B Tests
Insight panel
Parameters tracking
Sales tracking
Integrations
Your website
MailChimp
Klaviyo
HubSpot
Zapier
Recharge
Product Feeds
Google Analytics
Facebook
Guides
Facebook/Instagram retargeting
HubSpot guide
MailChimp guide
Klaviyo guide
No-Code
Builder
Functions
ADDTO
CONCAT
EMPTY
EVALTABLE
EXTRACT
FIRST
FLAT
LOG
NTH
PERSONALITY
PRESCRIBE
PRESCRIBESLOTS
PROPERTY
RANK
RECIDS
RECGROUP
RECSKUS
REFINE
REMOVEFROM
SECOND
SLOTS
SPLIT
TABLEVALUE
TRUNC
Tutorials
Design System
Administration
Managing accounts
Copying pickzens between accounts
Replacing pickzens
Recovering versions
Developers
Developers panel
JavaScript API
REST API
SDK
Powered By
GitBook
LOG
The LOG function will print a log trace in the browser console for debugging purposes.
Syntax
LOG(object1, [object2])
Argument name
Description
object1
Required
A text or variable to print
object2
Optional
An optional text or variable to print
Examples
LOG('Hello world')
prints the text
Hello world
LOG('Total:', total)
prints the text
Total:
and the value of the variable
total
.
Previous
FLAT
Next
NTH
Last modified
3yr ago