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


	
			
Variable Summary
string $className
string $fileName
string $fullInfo
string $lineNumber
string $methodName
Method Summary
LoggerLocationInfo LoggerLocationInfo (array $trace, [mixed $fqcn = null], mixed $caller)
void getClassName ()
void getFileName ()
void getLineNumber ()
void getMethodName ()
Variables
string $className = null (line 56)
  • var: Caller's fully qualified class name.
string $fileName = null (line 51)
  • var: Caller's file name.
string $fullInfo = null (line 66)
string $lineNumber = null (line 46)
  • var: Caller's line number.
string $methodName = null (line 61)
  • var: Caller's method name.
Methods
Constructor LoggerLocationInfo (line 74)

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 $fqcn = null], mixed $caller)
  • array $trace
  • mixed $caller
getClassName (line 85)
void getClassName ()
getFileName (line 94)

Return the file name of the caller.

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

void getFileName ()
getLineNumber (line 103)

Returns the line number of the caller.

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

void getLineNumber ()
getMethodName (line 111)

Returns the method name of the caller.

Returns the method name of the caller.

void getMethodName ()

Documentation generated on Mon, 15 Sep 2003 21:13:00 +0200 by phpDocumentor 1.2.2