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