Class LogContextConfiguration.Factory

  • Enclosing interface:
    LogContextConfiguration

    public static class LogContextConfiguration.Factory
    extends java.lang.Object
    The factory class for persistent configurations.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static LogContextConfiguration create​(LogContext logContext)
      Construct a new persistent configuration for a log context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public static LogContextConfiguration create​(LogContext logContext)
        Construct a new persistent configuration for a log context.
        Parameters:
        logContext - the log context to configure
        Returns:
        the new persistent configuration