Package org.apache.logging.log4j
-
Interface Summary Interface Description BridgeAware Extended interface to allow bridges between logging systems to convey the correct location information.LogBuilder Interface for constructing log events before logging them.Logger This is the central interface in the log4j package.Marker Markers are objects that are used to add easily filterable information to log messages.ThreadContext.ContextStack The ThreadContext Stack interface. -
Class Summary Class Description CloseableThreadContext Adds entries to thestack or mapand them removes them when the object is closed, e.g.CloseableThreadContext.Instance EventLogger Deprecated. Deprecated since 2.24.0.Level Levels used for identifying the severity of an event.LogManager The anchor point for the Log4j logging system.MarkerManager Applications create Markers by using the Marker Manager.MarkerManager.Log4jMarker Consider this class private, it is only public to satisfy Jackson for XML and JSON IO.ThreadContext The ThreadContext allows applications to store information either in a Map or a Stack.ThreadContext.EmptyThreadContextStack An empty read-only ThreadContextStack.ThreadContext.NoOpThreadContextStack -
Exception Summary Exception Description LoggingException Exception thrown when an error occurs while logging.