logInfo static method

void logInfo(
  1. String message
)

Implementation

static void logInfo(final String message)
{
    _logInternal(LogMessageSeverityLevel.INFO, message);
}