trace method

  1. @override
void trace (String correlationId, [ String message, [ List args ])
override

Logs a low-level debug information for troubleshooting.

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