Class MemoryAppender
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.AppenderBase<ch.qos.logback.classic.spi.ILoggingEvent>
com.inductiveautomation.ignition.common.util.logging.MemoryAppender
- All Implemented Interfaces:
ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.ILoggingEvent>
,ch.qos.logback.core.spi.ContextAware
,ch.qos.logback.core.spi.FilterAttachable<ch.qos.logback.classic.spi.ILoggingEvent>
,ch.qos.logback.core.spi.LifeCycle
public class MemoryAppender
extends ch.qos.logback.core.AppenderBase<ch.qos.logback.classic.spi.ILoggingEvent>
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.AppenderBase
name, started
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
append
(ch.qos.logback.classic.spi.ILoggingEvent event) void
clear()
void
close()
List<ch.qos.logback.classic.spi.ILoggingEvent>
Retrieves the entire list of eventsList<ch.qos.logback.classic.spi.ILoggingEvent>
Retrieves the most recent events with the given filtering arguments applied.int
getSize()
boolean
void
resize
(int newSize) Methods inherited from class ch.qos.logback.core.AppenderBase
addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, start, stop, toString
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
MemoryAppender
public MemoryAppender()
-
-
Method Details
-
append
protected void append(ch.qos.logback.classic.spi.ILoggingEvent event) - Specified by:
append
in classch.qos.logback.core.AppenderBase<ch.qos.logback.classic.spi.ILoggingEvent>
-
getEvents
Retrieves the entire list of events -
getEvents
public List<ch.qos.logback.classic.spi.ILoggingEvent> getEvents(int limit, String logNameMatch, ch.qos.logback.classic.Level minSeverity) Retrieves the most recent events with the given filtering arguments applied.- Parameters:
limit
- Up to this many events will be returned.logNameMatch
- if non-null/non-empty, the event's logger name must contain this text (case insensitive) in order to match.minSeverity
- Only events with the given severity level or greater will be returned.
-
resize
public void resize(int newSize) -
clear
public void clear() -
getSize
public int getSize() -
close
public void close() -
requiresLayout
public boolean requiresLayout()
-