Contact Us 1-800-596-4880

logInfo

logInfo<T>(prefix: String = "", value: T): T

Helper function that logs messages at Info level.

Introduced in DataWeave version 2.10.0.

Parameters

Name Description

prefix

An optional string that typically describes the log.

value

The value to log.