public final class AntTaskLogger extends AbstractLogger
Modifier and Type | Field and Description |
---|---|
static int |
PRIORITY
The priority of this logger.
|
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
Constructor and Description |
---|
AntTaskLogger(org.apache.tools.ant.Task task) |
Modifier and Type | Method and Description |
---|---|
void |
debug(String message) |
void |
debug(String message,
Throwable e) |
int |
getPriority() |
void |
info(String message) |
void |
info(String message,
Throwable e) |
void |
setLogLevel(String logLevel,
String logFile) |
void |
setName(String name) |
void |
severe(String message) |
void |
severe(String message,
Throwable e) |
void |
warning(String message) |
void |
warning(String message,
Throwable e) |
buildMessage, closeLogFile, getLogLevel, setChangeLog, setChangeSet, setLogLevel, setLogLevel, toLogLevel
public static final int PRIORITY
Copyright © 2016 Liquibase.org. All rights reserved.