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.AbstractLogService
ALogService
implementation 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.Logger
getLog(Class clazz)
int
getPriority()
-
-
-
Method Detail
-
getPriority
public int getPriority()
-
getLog
public liquibase.logging.Logger getLog(Class clazz)
-
-