Skip to content

warn

warn(value) → value · System

Log a value with WARN level and return it (passthrough).

  • value (required): value to log and pass through
utlx
let result = warn("Deprecated field used")

Released under AGPL-3.0.