Class LoggerLocationInfo

Description

The internal representation of caller location information.

The internal representation of caller location information.

Located in Program_Root/src/log4php/spi/LoggerLocationInfo.php (line 39)


	
			
Variable Summary
mixed $className
mixed $fileName
mixed $fullInfo
mixed $lineNumber
mixed $methodName
Method Summary
LoggerLocationInfo LoggerLocationInfo (array $trace, [mixed $caller = null])
void getClassName ()
void getFileName ()
void getLineNumber ()
void getMethodName ()
Variables
mixed $className = null (line 54)

Caller's fully qualified class name.

Caller's fully qualified class name.

mixed $fileName = null (line 49)

Caller's file name.

Caller's file name.

mixed $fullInfo = null (line 64)
mixed $lineNumber = null (line 44)

Caller's line number.

Caller's line number.

mixed $methodName = null (line 59)

Caller's method name.

Caller's method name.

Methods
Constructor LoggerLocationInfo (line 71)

Instantiate location information based on a http://www.php.net/debug_backtrace.

Instantiate location information based on a http://www.php.net/debug_backtrace.

LoggerLocationInfo LoggerLocationInfo (array $trace, [mixed $caller = null])
  • array $trace
getClassName (line 82)
void getClassName ()
getFileName (line 91)

Return the file name of the caller.

Return the file name of the caller. This information is not always available.

void getFileName ()
getLineNumber (line 100)

Returns the line number of the caller.

Returns the line number of the caller. This information is not always available.

void getLineNumber ()
getMethodName (line 108)

Returns the method name of the caller.

Returns the method name of the caller.

void getMethodName ()

Documentation generated on Wed, 27 Aug 2003 18:11:42 +0200 by phpDocumentor 1.2.2