Differences Between: [Versions 39 and 311]
XMPPHP: The PHP XMPP Library Copyright (C) 2008 Nathanael C. Fritz This file is part of SleekXMPP. XMPPHP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Author: | Nathanael C. Fritz |
Author: | Stephan Wentz |
Author: | Michael Garvin |
Author: | Alexander Birkner (https://github.com/BirknerAlex) |
Copyright: | 2008 Nathanael C. Fritz |
File Size: | 124 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Log:: (4 methods):
__construct()
log()
printout()
writeLine()
__construct($printout = false, $runlevel = self::LEVEL_INFO) X-Ref |
Constructor param: boolean $printout param: string $runlevel |
log($msg, $runlevel = self::LEVEL_INFO) X-Ref |
Add a message to the log data array If printout in this instance is set to true, directly output the message param: string $msg param: integer $runlevel |
printout($clear = true, $runlevel = null) X-Ref |
Output the complete log. Log will be cleared if $clear = true param: boolean $clear param: integer $runlevel |
writeLine($msg, $runlevel, $time) X-Ref |
No description |