Skip to main content

Write to application log

Write a line of text to your application logs.

Input parameters

NameDescriptionTypeRequiredDefault value
TextThe line of text you intend to write to your application logs.STRINGtrue
Logline placeholdersEvery occurence of '{{PLACEHOLDER}}' within the "Text" will be replaced by these values.
You should pass an object into this field where the each attribute is a placeholder .OBJECTfalse
LevelThe level of severitySELECT_ONEfalse'INFO'