public class LiquibaseSlf4jLogger
extends liquibase.logging.core.AbstractLogger
AbstractLogger
, to the methods offered by SLF4J
in Logger
.Constructor and Description |
---|
LiquibaseSlf4jLogger() |
Modifier and Type | Method and Description |
---|---|
void |
debug(String message) |
void |
debug(String message,
Throwable throwable) |
int |
getPriority() |
void |
info(String message) |
void |
info(String message,
Throwable throwable) |
void |
setLogLevel(String logLevel,
String logFile) |
void |
setName(String name) |
void |
severe(String message) |
void |
severe(String message,
Throwable throwable) |
void |
warning(String message) |
void |
warning(String message,
Throwable throwable) |
Copyright © 2018 SAP SE. All rights reserved.