Log4j 1.3alpha-8

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 used in conjunction with deserialized LoggingEvents without real location info available.
 

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

Methods in org.apache.log4j.spi with parameters of type LocationInfo
 void LoggingEvent.setLocationInformation(LocationInfo li)
          Set the location information for this logging event.
 


Log4j 1.3alpha-8

Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.