Class TurMongoDBAppender

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

public class TurMongoDBAppender extends TurMongoDBAppenderBase
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     

    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 event)
     

    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
  • Field Details

    • MAX_LENGTH_PACKAGE_NAME

      public static final int MAX_LENGTH_PACKAGE_NAME
      See Also:
  • Constructor Details

    • TurMongoDBAppender

      public TurMongoDBAppender()
  • Method Details