Class LoggerConfiguration
- java.lang.Object
-
- io.mosip.kernel.auditmanager.config.LoggerConfiguration
-
public class LoggerConfiguration extends Object
Console Logger Configuration.- Since:
- 1.0.0
- Author:
- Bal Vikash Sharma
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.mosip.kernel.core.logger.spi.LoggerlogConfig(Class<?> clazz)This method sets the logger target, and returns appender.
-
-
-
Method Detail
-
logConfig
public static io.mosip.kernel.core.logger.spi.Logger logConfig(Class<?> clazz)
This method sets the logger target, and returns appender.- Parameters:
clazz- the class.- Returns:
- the appender.
-
-