Uses of Interface
liquibase.logging.LogService
-
Packages that use LogService Package Description liquibase.integration.ant liquibase.integration.commandline liquibase.logging liquibase.logging.core org.liquibase.maven.plugins -
-
Uses of LogService in liquibase.integration.ant
Classes in liquibase.integration.ant that implement LogService Modifier and Type Class Description classAntTaskLogServiceAn implementation of the Liquibase LogService that logs all messages to the given Ant task. -
Uses of LogService in liquibase.integration.commandline
Methods in liquibase.integration.commandline with parameters of type LogService Modifier and Type Method Description protected static voidMain. setLogLevel(LogService logService, Logger rootLogger, Logger liquibaseLogger, Level level)Deprecated. -
Uses of LogService in liquibase.logging
Methods in liquibase.logging that return types with arguments of type LogService Modifier and Type Method Description protected Class<LogService>LogFactory. getPluginClass()Methods in liquibase.logging with parameters of type LogService Modifier and Type Method Description protected intLogFactory. getPriority(LogService logService, Object... args) -
Uses of LogService in liquibase.logging.core
Classes in liquibase.logging.core that implement LogService Modifier and Type Class Description classAbstractLogServiceConvenience base implementation of a LoggerFactory.classBufferedLogServiceDeprecated.classCompositeLogServiceclassJavaLogServiceclassNoOpLogServiceLog service for theNoOpLoggerwhich does nothing with the log records it is provided.Methods in liquibase.logging.core that return LogService Modifier and Type Method Description LogServiceLogServiceFactory. getDefaultLogService()Methods in liquibase.logging.core that return types with arguments of type LogService Modifier and Type Method Description protected Class<LogService>LogServiceFactory. getPluginClass()Methods in liquibase.logging.core with parameters of type LogService Modifier and Type Method Description protected intLogServiceFactory. getPriority(LogService obj, Object... args)static voidJavaLogService. setFormatterOnHandler(LogService logService, Handler handler)Set the formatter for the supplied handler if the supplied log service is a JavaLogService and that service specifies a custom formatter.Constructors in liquibase.logging.core with parameters of type LogService Constructor Description CompositeLogService(boolean includeCurrentScopeLogService, LogService... logService) -
Uses of LogService in org.liquibase.maven.plugins
Classes in org.liquibase.maven.plugins that implement LogService Modifier and Type Class Description classMavenLogService
-