logInfo function

void logInfo(
  1. dynamic value
)

Implementation

void logInfo(
    dynamic value
    )
{
    logger.i( value );
}