Packageindex Classtrees Modulegroups Elementlist Report XML Files

Log

Log

private class Log

 

Public Method Summary

void Log()
Constructor

Private Method Summary

object Log &singleton()
Get ONE instance of this class.
void entry(string $target, string $level, string $file, string $line, string $msg)
This method is a generalized logger, which can be sent any kind of
void getLog()
Return the _log member variable.

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



Packageindex Classtrees Modulegroups Elementlist Report XML Files
Generated on Fri, 28 Apr 2006 19:06:12 -0400 by PHPDoc v1.5 www.phpdoc.de