Package ubic.gemma.core.logging.log4j
Class ProgressUpdateAppender.ProgressUpdateContextImpl
java.lang.Object
ubic.gemma.core.logging.log4j.ProgressUpdateAppender.ProgressUpdateContextImpl
- All Implemented Interfaces:
AutoCloseable
,ProgressUpdateContext
- Enclosing class:
ProgressUpdateAppender
public static class ProgressUpdateAppender.ProgressUpdateContextImpl
extends Object
implements ProgressUpdateContext
Represents a context under which progress update logs are intercepted the
ProgressUpdateCallback
is
invoked.- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
reportProgressUpdate
(String message) Report a progress update.
-
Method Details
-
reportProgressUpdate
Report a progress update.- Specified by:
reportProgressUpdate
in interfaceProgressUpdateContext
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceProgressUpdateContext
-