Package migratedb.v1.core.api.logging
Class Log
java.lang.Object
migratedb.v1.core.api.logging.Log
Logging frontend for MigrateDB components and extensions.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidstatic Logvoidbooleanstatic voidsetDefaultLogSystem(LogSystem defaultLogSystem) voidstatic <T> TwithLogSystem(LogSystem newLogSystem, Supplier<T> action) Runsactionusing the givennewLogSysteminstead of the default log system for the current thread.
-
Method Details
-
setDefaultLogSystem
-
withLogSystem
Runsactionusing the givennewLogSysteminstead of the default log system for the current thread. Theactionmust be single-threaded. -
getLog
-
isDebugEnabled
public boolean isDebugEnabled() -
debug
-
info
-
warn
-
error
-
error
-