logInfo method

void logInfo(
  1. String message
)
inherited

Implementation

void logInfo(String message) => logger.info(message);