Class ReloadingPropertyConfigurator

  • All Implemented Interfaces:
    Configurator

    public class ReloadingPropertyConfigurator
    extends java.lang.Object
    implements Configurator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doConfigure​(java.io.InputStream inputStream, LoggerRepository repository)
      Interpret a resource pointed by a InputStream and set up log4j accordingly.
      void doConfigure​(java.net.URL url, LoggerRepository repository)
      Interpret a resource pointed by a URL and set up log4j accordingly.
      • Methods inherited from class java.lang.Object

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

      • ReloadingPropertyConfigurator

        public ReloadingPropertyConfigurator()
    • Method Detail

      • doConfigure

        public void doConfigure​(java.io.InputStream inputStream,
                                LoggerRepository repository)
        Description copied from interface: Configurator
        Interpret a resource pointed by a InputStream and set up log4j accordingly.

        The configuration is done relative to the hierarchy parameter.

        Specified by:
        doConfigure in interface Configurator
        Parameters:
        inputStream - The InputStream to parse
        repository - The hierarchy to operation upon.
        Since:
        1.2.17
      • doConfigure

        public void doConfigure​(java.net.URL url,
                                LoggerRepository repository)
        Description copied from interface: Configurator
        Interpret a resource pointed by a URL and set up log4j accordingly.

        The configuration is done relative to the hierarchy parameter.

        Specified by:
        doConfigure in interface Configurator
        Parameters:
        url - The URL to parse
        repository - The hierarchy to operation upon.