public final class AntTaskLogService extends Object implements LogService
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
AntTaskLogService(org.apache.tools.ant.Task task) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the current log output file(s) or any other resources used by this LoggerFactory and its Loggers.
|
Logger |
getLog(Class clazz)
Creates a logger for logging from the given class.
|
int |
getPriority() |
public int getPriority()
getPriority in interface LogServicepublic Logger getLog(Class clazz)
LogServicegetLog in interface LogServicepublic void close()
LogServiceclose in interface LogServiceCopyright © 2020 Liquibase.org. All rights reserved.