Package ubic.gemma.core.logging.log4j
Class ProgressUpdateAppender
java.lang.Object
org.apache.logging.log4j.core.AbstractLifeCycle
org.apache.logging.log4j.core.filter.AbstractFilterable
org.apache.logging.log4j.core.appender.AbstractAppender
ubic.gemma.core.logging.log4j.ProgressUpdateAppender
- All Implemented Interfaces:
org.apache.logging.log4j.core.Appender
,org.apache.logging.log4j.core.filter.Filterable
,org.apache.logging.log4j.core.impl.LocationAware
,org.apache.logging.log4j.core.LifeCycle
,org.apache.logging.log4j.core.LifeCycle2
@Plugin(name="ProgressUpdate",
category="Core",
elementType="appender")
public class ProgressUpdateAppender
extends org.apache.logging.log4j.core.appender.AbstractAppender
This appender is used by remote tasks to send progress notifications to the webapp. The information for these
notifications is retrieved from the
LogEvent
. This information comes from regular logging statements
inlined in the source code (ie. log.info("the text")).- Author:
- keshav
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Represents a context under which progress update logs are intercepted theProgressUpdateCallback
is invoked.Nested classes/interfaces inherited from interface org.apache.logging.log4j.core.LifeCycle
org.apache.logging.log4j.core.LifeCycle.State
-
Field Summary
Fields inherited from class org.apache.logging.log4j.core.AbstractLifeCycle
DEFAULT_STOP_TIMEOUT, DEFAULT_STOP_TIMEUNIT, LOGGER
Fields inherited from interface org.apache.logging.log4j.core.Appender
ELEMENT_TYPE, EMPTY_ARRAY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(org.apache.logging.log4j.core.LogEvent event) static ProgressUpdateContext
createContext
(ProgressUpdateCallback callback) Create a new context for observing progress.Methods inherited from class org.apache.logging.log4j.core.appender.AbstractAppender
error, error, error, getHandler, getLayout, getName, ignoreExceptions, parseInt, requiresLocation, setHandler, toSerializable, toString
Methods inherited from class org.apache.logging.log4j.core.filter.AbstractFilterable
addFilter, getFilter, getPropertyArray, hasFilter, isFiltered, removeFilter, start, stop, stop
Methods inherited from class org.apache.logging.log4j.core.AbstractLifeCycle
equalsImpl, getState, getStatusLogger, hashCodeImpl, initialize, isInitialized, isStarted, isStarting, isStopped, isStopping, setStarted, setStarting, setState, setStopped, setStopping, stop, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.logging.log4j.core.LifeCycle
getState, initialize, isStarted, isStopped, start, stop
-
Method Details
-
createContext
Create a new context for observing progress. -
newBuilder
-
append
public void append(org.apache.logging.log4j.core.LogEvent event)
-