Class OpenBaseLogConfigurator

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
org.openbase.log.OpenBaseLogConfigurator
All Implemented Interfaces:
ch.qos.logback.classic.spi.Configurator, ch.qos.logback.core.spi.ContextAware

public class OpenBaseLogConfigurator extends ch.qos.logback.core.spi.ContextAwareBase implements ch.qos.logback.classic.spi.Configurator
  • Field Summary

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

    context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(ch.qos.logback.classic.LoggerContext context)
     

    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, toString, wait, wait, wait

    Methods inherited from interface ch.qos.logback.core.spi.ContextAware

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

    • OpenBaseLogConfigurator

      public OpenBaseLogConfigurator()
  • Method Details

    • configure

      public void configure(ch.qos.logback.classic.LoggerContext context)
      Specified by:
      configure in interface ch.qos.logback.classic.spi.Configurator