logInfo method

void logInfo(
  1. Object object
)

Implementation

void logInfo(Object object) => log.info(object);