Class LoggerLocationInfo
The internal representation of caller location information.
Package: log4php
Version: $Revision: 1379738 $
Since: 0.3
Located at core/log4php/LoggerLocationInfo.php
Version: $Revision: 1379738 $
Since: 0.3
Located at core/log4php/LoggerLocationInfo.php
public
|
#
__construct( array $trace, mixed $fqcn = null )
Instantiate location information based on a PHP_MANUAL#debug_backtrace. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
string |
LOCATION_INFO_NA
The value to return when the location information is not available. |
#
'NA'
|
protected
integer
|
$lineNumber
Caller line number. |
|
protected
string
|
$fileName
Caller file name. |
|
protected
string
|
$className
Caller class name. |
|
protected
string
|
$methodName
Caller method name. |
|
protected
string
|
$fullInfo
All the information combined. |