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

io.mosip.kernel.saltgenerator.logger.SaltGeneratorLogger Maven / Gradle / Ivy

Go to download

Batch Job Application to for one-time populating of salt values for MOSIP related application salt tables.

The newest version!
package io.mosip.kernel.saltgenerator.logger;

import io.mosip.kernel.core.logger.spi.Logger;
import io.mosip.kernel.logger.logback.factory.Logfactory;

/**
 * The Class SaltGeneratorLogger.
 *
 * @author Manoj SP
 */
public class SaltGeneratorLogger {

	/**
	 * Method to get the rolling file logger for the class provided.
	 *
	 * @param clazz the clazz
	 * @return the logger
	 */
	public static Logger getLogger(Class clazz) {
		return Logfactory.getSlf4jLogger(clazz);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy