logInfoAsync method

Future logInfoAsync(
  1. String message, [
  2. StackTrace? stackTrace
])

Log a info message

Implementation

Future logInfoAsync(String message, [StackTrace? stackTrace]) =>
    log(message, LogLevel.info, stackTrace);