public interface LoggerContext extends AutoCloseable
LoggerFactory
implementations to support them as they can.
Implements AutoCloseable
so they can be used nicely in a "try with resources" statement.Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this LoggerContext and pops it off the LogFactory's context stack.
|
void |
showMoreProgress()
Mark that some additional progress has been completed, like by adding a "." to output.
|
void |
showMoreProgress(int percentComplete)
Mark that some progress within the context is the given percent complete.
|
void close()
close
in interface AutoCloseable
void showMoreProgress()
void showMoreProgress(int percentComplete)
Copyright © 2020 Liquibase.org. All rights reserved.