logWarn logWarn<T>(prefix: String = "", value: T): T Helper function that logs messages at Warn 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.