Interface DiscoverableLayoutFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ch.qos.logback.core.LayoutBase<E> build​(ch.qos.logback.classic.LoggerContext context, TimeZone timeZone)
      Creates a LayoutBase of type E
    • Method Detail

      • build

        ch.qos.logback.core.LayoutBase<E> build​(ch.qos.logback.classic.LoggerContext context,
                                                TimeZone timeZone)
        Creates a LayoutBase of type E
        Parameters:
        context - the Logback context
        timeZone - the TimeZone
        Returns:
        a new LayoutBase