Class LevelModelHandler

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.model.processor.ModelHandlerBase
ch.qos.logback.tyler.base.handler.LevelModelHandler
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware

public class LevelModelHandler extends ch.qos.logback.core.model.processor.ModelHandlerBase
  • Field Summary

    Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

    context
  • Constructor Summary

    Constructors
    Constructor
    Description
    LevelModelHandler(ch.qos.logback.core.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(ch.qos.logback.core.model.processor.ModelInterpretationContext mic, ch.qos.logback.core.model.Model model)
     
    static ch.qos.logback.core.model.processor.ModelHandlerBase
    makeInstance(ch.qos.logback.core.Context context, ch.qos.logback.core.model.processor.ModelInterpretationContext ic)
     

    Methods inherited from class ch.qos.logback.core.model.processor.ModelHandlerBase

    getSupportedModelClass, isSupportedModelType, postHandle, 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
  • Constructor Details

  • Method Details

    • makeInstance

      public static ch.qos.logback.core.model.processor.ModelHandlerBase makeInstance(ch.qos.logback.core.Context context, ch.qos.logback.core.model.processor.ModelInterpretationContext ic)
    • handle

      public void handle(ch.qos.logback.core.model.processor.ModelInterpretationContext mic, ch.qos.logback.core.model.Model model) throws ch.qos.logback.core.model.processor.ModelHandlerException
      Specified by:
      handle in class ch.qos.logback.core.model.processor.ModelHandlerBase
      Throws:
      ch.qos.logback.core.model.processor.ModelHandlerException