Uses of Class
org.apache.log4j.spi.LocationInfo
-
Packages that use LocationInfo Package Description org.apache.log4j.bridge org.apache.log4j.spi Log4j 1.x compatibility layer. -
-
Uses of LocationInfo in org.apache.log4j.bridge
Methods in org.apache.log4j.bridge that return LocationInfo Modifier and Type Method Description LocationInfo
LogEventAdapter. 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 LocationInfo Modifier and Type Method Description LocationInfo
LoggingEvent. getLocationInformation()
Set the location information for this logging event.Constructors in org.apache.log4j.spi with parameters of type LocationInfo Constructor Description LoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, Level level, Object message, String threadName, ThrowableInformation throwable, String ndc, LocationInfo info, Map properties)
Create new instance.
-