Class KeymanagerLogger
- java.lang.Object
-
- io.mosip.kernel.keymanagerservice.logger.KeymanagerLogger
-
public final class KeymanagerLogger extends Object
Keymanager logger.- Since:
- 1.0.0
- Author:
- Dharmesh Khandelwal
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.mosip.kernel.core.logger.spi.LoggergetLogger(Class<?> clazz)Method to get the rolling file logger for the class provided.
-
-
-
Method Detail
-
getLogger
public static io.mosip.kernel.core.logger.spi.Logger getLogger(Class<?> clazz)
Method to get the rolling file logger for the class provided.- Parameters:
clazz- the clazz- Returns:
- the logger
-
-