warn method

void warn (String correlationId, [ String message, [ List args ])

Logs a warning that may or may not have a negative impact.

  • correlationId (optional) transaction id to trace execution through call chain.
  • message a human-readable message to log.
  • args arguments to parameterize the message.