Package io.mosip.mimoto.util
Class LoggerUtil
- java.lang.Object
-
- io.mosip.mimoto.util.LoggerUtil
-
public final class LoggerUtil extends Object
The Class LoggerUtil.- Author:
- : Rishabh Keshari
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.mosip.kernel.core.logger.spi.LoggergetLogger(Class<?> clazz)Gets the logger.
-
-
-
Method Detail
-
getLogger
public static io.mosip.kernel.core.logger.spi.Logger getLogger(Class<?> clazz)
Gets the logger.- Parameters:
clazz- the clazz- Returns:
- the logger
-
-