Class IdaLogger
- java.lang.Object
-
- io.mosip.authentication.core.logger.IdaLogger
-
public final class IdaLogger extends Object
Logger for IDA which provides implementation from kernel logback.- Author:
- Manoj SP
-
-
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
-
-