Uses of Class
org.apache.log4j.spi.LocationInfo
Packages that use LocationInfo
-
Uses of LocationInfo in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge that return LocationInfoModifier and TypeMethodDescriptionLogEventAdapter.getLocationInformation()
Set the location information for this logging event. -
Uses of LocationInfo in org.apache.log4j.spi
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.