|
|
Log
Log
|
private class Log
|
|
|
Public Method Summary |
void |
Log() Constructor
|
|
|
Private Field Summary |
array |
$_log The array that stores the logged messages.
|
|
Public Method Details |
Log |
public void Log()
|
|
|
Returns |
void |
Author(s) |
, |
|
|
Private Method Details |
&singleton |
private object Log &singleton()
|
|
|
Returns |
object Log |
|
entry |
private void entry(string $target, string $level, string $file, string $line, string $msg)
|
|
message. It's useful for recording low level events, and other things.
|
Parameter |
|
string |
$target |
|
|
log target |
|
|
string |
$level |
|
|
debug level |
|
|
string |
$file |
|
|
the file of origin |
|
|
string |
$line |
|
|
the line number of the file |
|
|
string |
$msg |
|
|
the contents of the log |
|
Returns |
void |
Author(s) |
, , , |
|
getLog |
private void getLog()
|
|
|
Returns |
void |
Author(s) |
Charlie Killian <charlie@tizac.com> |
|
|
Private Field Details |
$_log |
private array $_log
>>array() <<
|
|
|
|
|
Generated on Fri, 28 Apr 2006 19:06:12 -0400 by PHPDoc v1.5 www.phpdoc.de
|