Class PropertyConfigurator
- java.lang.Object
-
- org.jboss.logmanager.configuration.PropertyConfigurator
-
public class PropertyConfigurator extends Object
A utility to parse alogging.propertiesfile and configure aLogContext.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidconfigure(LogContext logContext, Properties properties)Configures theLogContextbased on the properties.
-
-
-
Method Detail
-
configure
public static void configure(LogContext logContext, Properties properties)
Configures theLogContextbased on the properties.- Parameters:
logContext- the log context to configureproperties- the properties used to configure the log context
-
-