Class LogContextConfiguration.Factory
java.lang.Object
org.jboss.logmanager.config.LogContextConfiguration.Factory
- Enclosing interface:
LogContextConfiguration
The factory class for persistent configurations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LogContextConfigurationcreate(LogContext logContext) Construct a new persistent configuration for a log context.
-
Constructor Details
-
Factory
private Factory()
-
-
Method Details
-
create
Construct a new persistent configuration for a log context.- Parameters:
logContext- the log context to configure- Returns:
- the new persistent configuration
-