Class KeycloakLogService
- java.lang.Object
-
- liquibase.logging.core.AbstractLogService
-
- org.keycloak.connections.jpa.updater.liquibase.log.KeycloakLogService
-
- All Implemented Interfaces:
liquibase.logging.LogService,liquibase.plugin.Plugin
public class KeycloakLogService extends liquibase.logging.core.AbstractLogServiceALogServiceimplementation that creates instances ofKeycloakLogger.- Author:
- Stefan Guilhen
-
-
Constructor Summary
Constructors Constructor Description KeycloakLogService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description liquibase.logging.LoggergetLog(Class clazz)intgetPriority()
-
-
-
Method Detail
-
getPriority
public int getPriority()
-
getLog
public liquibase.logging.Logger getLog(Class clazz)
-
-