All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cloud.sdk.service.prov.model.internal.CsnParserUtil Maven / Gradle / Ivy

There is a newer version: 1.40.11
Show newest version
/*******************************************************************************
 * (c) 201X SAP SE or an SAP affiliate company. All rights reserved.
 ******************************************************************************/
package com.sap.cloud.sdk.service.prov.model.internal;

import org.slf4j.Logger;



public class CsnParserUtil {
	
	
	public static void logDebug(Logger log, String logInfo){
	
		if (log.isDebugEnabled()) {
			log.debug(logInfo);
		}
	} 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy