Class TurMongoDBIndexingAppender

Object
ContextAwareBase
AppenderBase<ILoggingEvent>
TurMongoDBAppenderBase
TurMongoDBIndexingAppender
All Implemented Interfaces:
Appender<ILoggingEvent>, ContextAware, FilterAttachable<ILoggingEvent>, LifeCycle

public class TurMongoDBIndexingAppender extends TurMongoDBAppenderBase
  • Field Summary

    Fields inherited from class AppenderBase

    name, started

    Fields inherited from class ContextAwareBase

    context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    append(ILoggingEvent eventObject)
     

    Methods inherited from class TurMongoDBAppenderBase

    start

    Methods inherited from class AppenderBase

    addFilter, clearAllFilters, doAppend, getCopyOfAttachedFiltersList, getFilterChainDecision, getName, isStarted, setName, stop, toString

    Methods inherited from class ContextAwareBase

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface ContextAware

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
  • Constructor Details

    • TurMongoDBIndexingAppender

      public TurMongoDBIndexingAppender()
  • Method Details