Uses of Interface
liquibase.logging.LogService
Package
Description
-
Uses of LogService in liquibase.integration.ant
Modifier and TypeClassDescriptionfinal class
An implementation of the Liquibase LogService that logs all messages to the given Ant task. -
Uses of LogService in liquibase.integration.commandline
Modifier and TypeMethodDescriptionprotected static void
Main.setLogLevel
(LogService logService, Logger rootLogger, Logger liquibaseLogger, Level level) Deprecated. -
Uses of LogService in liquibase.logging
Modifier and TypeMethodDescriptionprotected int
LogFactory.getPriority
(LogService logService, Object... args) -
Uses of LogService in liquibase.logging.core
Modifier and TypeClassDescriptionclass
Convenience base implementation of a LoggerFactory.class
Deprecated.class
class
class
Log service for theNoOpLogger
which does nothing with the log records it is provided.Modifier and TypeMethodDescriptionprotected int
LogServiceFactory.getPriority
(LogService obj, Object... args) static void
JavaLogService.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.ModifierConstructorDescriptionCompositeLogService
(boolean includeCurrentScopeLogService, LogService... logService) -
Uses of LogService in org.liquibase.maven.plugins