Uses of Interface
migratedb.v1.core.api.logging.LogSystem
Packages that use LogSystem
Package
Description
Interfaces for MigrateDB configuration
MigrateDB's log abstraction.
Private API.
-
Uses of LogSystem in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return LogSystemModifier and TypeMethodDescriptionConfiguration.getLogger()DefaultConfiguration.getLogger()FluentConfiguration.getLogger()Methods in migratedb.v1.core.api.configuration with parameters of type LogSystemModifier and TypeMethodDescriptionThe logger MigrateDB should use.voidThe log system MigrateDB should use. -
Uses of LogSystem in migratedb.v1.core.api.logging
Methods in migratedb.v1.core.api.logging that return LogSystemModifier and TypeMethodDescriptionstatic LogSystemLogSystems.autoDetect(ClassLoader classLoader, @Nullable LogSystem fallback) Auto-detects the "best" available log system and returns an instance of it.static LogSystemLogSystems.custom(String className, ClassLoader classLoader) Instantiates a class that implementsLogSystem.static LogSystemLogSystems.fromStrings(Set<String> logSystemNames, ClassLoader classLoader, @Nullable LogSystem fallback) Creates a log system that forwards logging calls to all log system names inlogSystemNames.Methods in migratedb.v1.core.api.logging with parameters of type LogSystemModifier and TypeMethodDescriptionstatic LogSystemLogSystems.autoDetect(ClassLoader classLoader, @Nullable LogSystem fallback) Auto-detects the "best" available log system and returns an instance of it.static LogSystemLogSystems.fromStrings(Set<String> logSystemNames, ClassLoader classLoader, @Nullable LogSystem fallback) Creates a log system that forwards logging calls to all log system names inlogSystemNames.static voidLog.setDefaultLogSystem(LogSystem defaultLogSystem) static <T> TLog.withLogSystem(LogSystem newLogSystem, Supplier<T> action) Runsactionusing the givennewLogSysteminstead of the default log system for the current thread. -
Uses of LogSystem in migratedb.v1.core.internal.logging
Classes in migratedb.v1.core.internal.logging that implement LogSystemModifier and TypeClassDescriptionenumenumclassLog implementation that forwards method calls to multiple implementations.enumenumConstructor parameters in migratedb.v1.core.internal.logging with type arguments of type LogSystem