Detailed Description
Definition at line 39 of file Log.php.
Constructor & Destructor Documentation
| __construct |
( |
$ |
printout = false, |
|
|
$ |
runlevel = self::LEVEL_INFO |
|
) |
| |
Constructor
- Parameters:
-
| boolean | $printout | |
| string | $runlevel | |
Definition at line 73 of file Log.php.
Member Function Documentation
| log |
( |
$ |
msg, |
|
|
$ |
runlevel = self::LEVEL_INFO |
|
) |
| |
Add a message to the log data array If printout in this instance is set to true, directly output the message
- Parameters:
-
| string | $msg | |
| integer | $runlevel | |
Definition at line 85 of file Log.php.
Output the complete log. Log will be cleared if $clear = true
- Parameters:
-
| boolean | $clear | |
| integer | $runlevel | |
Definition at line 100 of file Log.php.
| writeLine |
( |
$ |
msg, |
|
|
$ |
runlevel, |
|
|
$ |
time |
|
) |
| [protected] |
Field Documentation
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/jabber/XMPP/Log.php