Write to application log
Write a line of text to your application logs.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | The line of text you intend to write to your application logs. | STRING | true | |
Logline placeholders | Every 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 . | OBJECT | false | ||
Level | The level of severity | SELECT_ONE | false | 'INFO' |