info abstract method

void info(
  1. IContext? context,
  2. String message, [
  3. List? args
])

Logs an important information message

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

Implementation

void info(IContext? context, String message, [List? args]);