Interface NamedContextSelector

    • Method Detail

      • locateContext

        LoggerContext locateContext​(java.lang.String name,
                                    java.lang.Object externalContext,
                                    java.net.URI configLocation)
        Locate the LoggerContext with the specified name.
        Parameters:
        name - The LoggerContext name.
        externalContext - The external context to associate with the LoggerContext.
        configLocation - The location of the configuration.
        Returns:
        A LoggerContext.
      • removeContext

        LoggerContext removeContext​(java.lang.String name)
        Locate the LoggerContext with the specified name using the default configuration.
        Parameters:
        name - The LoggerContext name.
        Returns:
        A LoggerContext.