Moodle  2.2.1
http://www.collinsharper.com
file_logger Class Reference
Inheritance diagram for file_logger:
Collaboration diagram for file_logger:

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

Detailed Description

Logger implementation that sends indented messages (depth option) to one file

TODO: Finish phpdocs

Definition at line 30 of file file_logger.class.php.


Constructor & Destructor Documentation

__construct ( level,
showdate = false,
showlevel = false,
fullpath = null 
)

Definition at line 35 of file file_logger.class.php.

Definition at line 52 of file file_logger.class.php.


Member Function Documentation

__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.

Here is the call graph for this function:


Field Documentation

$fhandle [protected]

Definition at line 33 of file file_logger.class.php.

$fullpath [protected]

Definition at line 32 of file file_logger.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations