Class LoggerLocationInfo

Description

The internal representation of caller location information.

The internal representation of caller location information.

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


	
			
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 58)

Caller's fully qualified class name.

Caller's fully qualified class name.

mixed $fileName = null (line 53)

Caller's file name.

Caller's file name.

mixed $fullInfo = null (line 68)
mixed $lineNumber = null (line 48)

Caller's line number.

Caller's line number.

mixed $methodName = null (line 63)

Caller's method name.

Caller's method name.

Methods
Constructor LoggerLocationInfo (line 75)

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 86)
void getClassName ()
getFileName (line 95)

Return the file name of the caller.

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

void getFileName ()
getLineNumber (line 104)

Returns the line number of the caller.

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

void getLineNumber ()
getMethodName (line 112)

Returns the method name of the caller.

Returns the method name of the caller.

void getMethodName ()

Documentation generated on Wed, 3 Sep 2003 01:02:36 +0200 by phpDocumentor 1.2.2