public final class AntTaskLogger extends AbstractLogger
| Constructor and Description |
|---|
AntTaskLogger(org.apache.tools.ant.Task task) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(LogType target,
String message)
Logs a debugging event to aid in troubleshooting
|
void |
debug(LogType target,
String message,
Throwable e)
Logs a debugging event to aid in troubleshooting together with data from an error/exception
|
void |
info(LogType logType,
String message)
Logs a general event that might be useful for the user.
|
void |
info(LogType target,
String message,
Throwable e)
Logs a general event that might be useful for the user together with data from an error/exception
|
void |
severe(LogType target,
String message)
Log an error that occurred.
|
void |
severe(LogType target,
String message,
Throwable e)
Log an error together with data from an error/exception
|
void |
warning(LogType target,
String message)
Log a event the user should be warned about
|
void |
warning(LogType target,
String message,
Throwable e)
Log a event the user should be warned about together with data from an error/exception
|
public void severe(LogType target, String message)
Loggerpublic void severe(LogType target, String message, Throwable e)
Loggerpublic void warning(LogType target, String message)
Loggerpublic void warning(LogType target, String message, Throwable e)
Loggerpublic void info(LogType logType, String message)
Loggerpublic void info(LogType target, String message, Throwable e)
Loggerpublic void debug(LogType target, String message)
LoggerCopyright © 2019 Liquibase.org. All rights reserved.