*/
public static void info(String logName, String message, RunData data)
{
LoggingService logger = (LoggingService)TurbineServices.getInstance()
.getService(LoggingService.SERVICE_NAME);
logger.info(logName, message, data);
}
/**
* This is a log method with logLevel == INFO, printing is done by
* the given logger