Class PropertyLogContextConfigurator

    • Constructor Detail

      • PropertyLogContextConfigurator

        public PropertyLogContextConfigurator()
    • Method Detail

      • configure

        public void configure​(LogContext logContext,
                              InputStream inputStream)
        Description copied from interface: LogContextConfigurator
        Configure the given log context according to this configurator's policy. If a configuration stream was provided, that is passed in to this method to be used or ignored. The stream should remain open after this method is called.
        Specified by:
        configure in interface LogContextConfigurator
        Parameters:
        logContext - the log context to configure (not null)
        inputStream - the input stream that was requested to be used, or null if none was provided