Uses of Package
org.apache.logging.log4j.util
-
Packages that use org.apache.logging.log4j.util Package Description org.apache.logging.log4j Public API for Log4j 2.org.apache.logging.log4j.internal This package should be considered private.org.apache.logging.log4j.message Public Message Types used for Log4j 2.org.apache.logging.log4j.simple Simple logging implementation.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
Classes in org.apache.logging.log4j.util used by org.apache.logging.log4j Class Description MessageSupplier Classes implementing this interface know how to supplyMessage
s.PerformanceSensitive Indicates that a particular annotated construct was written with certain performance constraints in mind that should be considered when modifying or testing.StringBuilderFormattable Objects that implement this interface can be converted to text, ideally without allocating temporary objects.Supplier Consider this class private. Classes implementing this interface know how to supply a value. -
Classes in org.apache.logging.log4j.util used by org.apache.logging.log4j.internal Class Description Supplier Consider this class private. Classes implementing this interface know how to supply a value. -
Classes in org.apache.logging.log4j.util used by org.apache.logging.log4j.message Class Description BiConsumer An operation that accepts two input arguments and returns no result.IndexedReadOnlyStringMap An extension ofReadOnlyStringMap
that imposes a total ordering on its keys.MultiFormatStringBuilderFormattable A Message that can render itself in more than one way.PerformanceSensitive Indicates that a particular annotated construct was written with certain performance constraints in mind that should be considered when modifying or testing.StringBuilderFormattable Objects that implement this interface can be converted to text, ideally without allocating temporary objects.TriConsumer An operation that accepts three input arguments and returns no result. -
Classes in org.apache.logging.log4j.util used by org.apache.logging.log4j.simple Class Description PropertiesUtil Consider this class private. -
Classes in org.apache.logging.log4j.util used by org.apache.logging.log4j.spi Class Description BiConsumer An operation that accepts two input arguments and returns no result.MessageSupplier Classes implementing this interface know how to supplyMessage
s.ReadOnlyStringMap A read-only collection of String keys mapped to values of arbitrary type.StringBuilderFormattable Objects that implement this interface can be converted to text, ideally without allocating temporary objects.StringMap Exposes methods to add and remove key-value pairs to and fromReadOnlyStringMap
.Supplier Consider this class private. Classes implementing this interface know how to supply a value.TriConsumer An operation that accepts three input arguments and returns no result. -
Classes in org.apache.logging.log4j.util used by org.apache.logging.log4j.util Class Description BiConsumer An operation that accepts two input arguments and returns no result.IndexedReadOnlyStringMap An extension ofReadOnlyStringMap
that imposes a total ordering on its keys.IndexedStringMap An extension ofStringMap
that imposes a total ordering on its keys.MessageSupplier Classes implementing this interface know how to supplyMessage
s.PerformanceSensitive Indicates that a particular annotated construct was written with certain performance constraints in mind that should be considered when modifying or testing.PropertiesPropertySource PropertySource backed by aProperties
instance.PropertiesUtil Consider this class private.PropertySource A source for global configuration properties.ReadOnlyStringMap A read-only collection of String keys mapped to values of arbitrary type.StackLocator Consider this class private. Provides various methods to determine the caller class.StringBuilderFormattable Objects that implement this interface can be converted to text, ideally without allocating temporary objects.StringMap Exposes methods to add and remove key-value pairs to and fromReadOnlyStringMap
.Supplier Consider this class private. Classes implementing this interface know how to supply a value.Timer.Status TriConsumer An operation that accepts three input arguments and returns no result.