Uses of Class
org.apache.log4j.spi.LocationInfo

Packages that use LocationInfo
org.apache.log4j.spi Contains part of the System Programming Interface (SPI) needed to extend log4j. 
 

Uses of LocationInfo in org.apache.log4j.spi
 

Fields in org.apache.log4j.spi declared as LocationInfo
static LocationInfo LocationInfo.NA_LOCATION_INFO
          NA_LOCATION_INFO is provided for compatibility with log4j 1.3.
 

Methods in org.apache.log4j.spi that return LocationInfo
 LocationInfo LoggingEvent.getLocationInformation()
          Set the location information for this logging event.
 

Constructors in org.apache.log4j.spi with parameters of type LocationInfo
LoggingEvent(java.lang.String fqnOfCategoryClass, Category logger, long timeStamp, Level level, java.lang.Object message, java.lang.String threadName, ThrowableInformation throwable, java.lang.String ndc, LocationInfo info, java.util.Map properties)
          Create new instance.
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.