Skip to content

LoggingRecipes

pozil edited this page Feb 13, 2024 · 3 revisions

LoggingRecipes

Demonstrates how to use the logger in DataWeave scripts in Apex.

Group DataWeaveInApex Recipes

Methods

public static String logWithDataWeaveScript(String jsonInput)

Filters 'winner' items from a list and log the filtered items Uses the dw/logFilter.dwl DataWeave script.

Parameters

Param Description
jsonInput JSON string

Returns

Type Description
String JSON string

Clone this wiki locally