logInfoIO static method

IO<Unit> logInfoIO(
  1. Object? message, {
  2. Map<String, dynamic>? annotations,
})

An IO version of logInfo.

Implementation

static IO<Unit> logInfoIO(
  Object? message, {
  Map<String, dynamic>? annotations,
}) =>
    logInfo(message, annotations: annotations);