Class PropertyContextConfiguration

java.lang.Object
org.jboss.logmanager.configuration.ContextConfiguration
org.jboss.logmanager.configuration.PropertyContextConfiguration
All Implemented Interfaces:
AutoCloseable

public class PropertyContextConfiguration extends ContextConfiguration
A utility to parse a logging.properties file and configure a LogContext.
Author:
James R. Perkins
  • Method Details

    • configure

      public static PropertyContextConfiguration configure(LogContext logContext, Properties properties)
      Configures the LogContext based on the properties.
      Parameters:
      logContext - the log context to configure
      properties - the properties used to configure the log context
      Returns:
      the context configuration for the properties