|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($level, $showdate=false, $showlevel=false, $fullpath=null) | |
| __destruct () | |
| __sleep () | |
| __wakeup () | |
Protected Member Functions | |
| action ($message, $level, $options=null) | |
Protected Attributes | |
| $fullpath | |
| $fhandle | |
Logger implementation that sends indented messages (depth option) to one file
TODO: Finish phpdocs
Definition at line 30 of file file_logger.class.php.
| __construct | ( | $ | level, |
| $ | showdate = false, |
||
| $ | showlevel = false, |
||
| $ | fullpath = null |
||
| ) |
Definition at line 35 of file file_logger.class.php.
| __destruct | ( | ) |
Definition at line 52 of file file_logger.class.php.
| __sleep | ( | ) |
Definition at line 56 of file file_logger.class.php.
| __wakeup | ( | ) |
Definition at line 61 of file file_logger.class.php.
| action | ( | $ | message, |
| $ | level, | ||
| $ | options = null |
||
| ) | [protected] |
Reimplemented from base_logger.
Definition at line 71 of file file_logger.class.php.

$fhandle [protected] |
Definition at line 33 of file file_logger.class.php.
$fullpath [protected] |
Definition at line 32 of file file_logger.class.php.