Uses of Enum
org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy.Mode
Packages that use MapRewritePolicy.Mode
-
Uses of MapRewritePolicy.Mode in org.apache.logging.log4j.core.appender.rewrite
Fields in org.apache.logging.log4j.core.appender.rewrite declared as MapRewritePolicy.ModeMethods in org.apache.logging.log4j.core.appender.rewrite that return MapRewritePolicy.ModeModifier and TypeMethodDescriptionstatic MapRewritePolicy.ModeReturns the enum constant of this type with the specified name.static MapRewritePolicy.Mode[]MapRewritePolicy.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.logging.log4j.core.appender.rewrite with parameters of type MapRewritePolicy.ModeModifierConstructorDescriptionprivateMapRewritePolicy(Map<String, Object> map, MapRewritePolicy.Mode mode)