Package org.jboss.as.logging.logmanager
Class WildFlyLogContextSelector.Factory
- java.lang.Object
-
- org.jboss.as.logging.logmanager.WildFlyLogContextSelector.Factory
-
- Enclosing interface:
- WildFlyLogContextSelector
public static class WildFlyLogContextSelector.Factory extends Object
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WildFlyLogContextSelectorcreate()Creates a new selector which wraps the current selector.static WildFlyLogContextSelectorcreateEmbedded()Creates a new selector which by default returns a static embedded context which can be used.
-
-
-
Method Detail
-
create
public static WildFlyLogContextSelector create()
Creates a new selector which wraps the current selector.- Returns:
- a new selector that wraps the current selector
-
createEmbedded
public static WildFlyLogContextSelector createEmbedded()
Creates a new selector which by default returns a static embedded context which can be used.- Returns:
- a new selector
-
-