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