Uses of Class
org.apache.log4j.spi.LocationInfo
Packages that use LocationInfo
Package
Description
Provides classes implementing format specifiers in conversion patterns.
Contains part of the System Programming Interface (SPI) needed to
extend log4j.
-
Uses of LocationInfo in org.apache.log4j.pattern
Methods in org.apache.log4j.pattern that return LocationInfoModifier and TypeMethodDescriptionLogEvent.getLocationInformation()
Set the location information for this logging event.Constructors in org.apache.log4j.pattern with parameters of type LocationInfoModifierConstructorDescriptionLogEvent
(String fqnOfCategoryClass, Logger logger, long timeStamp, Level level, Object message, String threadName, ThrowableInformation throwable, String ndc, LocationInfo info, Map properties) Create new instance. -
Uses of LocationInfo in org.apache.log4j.spi
Fields in org.apache.log4j.spi declared as LocationInfoModifier and TypeFieldDescriptionstatic final LocationInfo
LocationInfo.NA_LOCATION_INFO
NA_LOCATION_INFO is provided for compatibility with log4j 1.3.Methods in org.apache.log4j.spi that return LocationInfoModifier and TypeMethodDescriptionLoggingEvent.getLocationInformation()
Set the location information for this logging event.Constructors in org.apache.log4j.spi with parameters of type LocationInfoModifierConstructorDescriptionLoggingEvent
(String fqnOfCategoryClass, Category logger, long timeStamp, Level level, Object message, String threadName, ThrowableInformation throwable, String ndc, LocationInfo info, Map properties) Create new instance.