Class SlingContextUtil

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
org.apache.sling.commons.log.logback.internal.util.SlingContextUtil
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware

public class SlingContextUtil extends ch.qos.logback.core.spi.ContextAwareBase
Custom util such that origin can be customized
  • Field Summary

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

    context
  • Constructor Summary

    Constructors
    Constructor
    Description
    SlingContextUtil(ch.qos.logback.core.Context context, Object origin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
     

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

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SlingContextUtil

      public SlingContextUtil(ch.qos.logback.core.Context context, Object origin)
  • Method Details

    • getDeclaredOrigin

      protected Object getDeclaredOrigin()
      Overrides:
      getDeclaredOrigin in class ch.qos.logback.core.spi.ContextAwareBase