Logger implementation that sends messages to database.
More...
|
| __construct ($level, $datecol=false, $levelcol=false, $messagecol=null, $logtable=null, $columns=null) |
|
| calculate_checksum () |
| This function will return one unique and stable checksum for one instance of the class implementing it.
|
|
| close () |
| Close any resource the logger may have open.
|
|
| destroy () |
| Destroy (nullify) the chain of loggers references, also closing resources when needed.
|
|
| get_level () |
|
| get_next () |
|
| is_checksum_correct ($checksum) |
| Given one checksum, returns if matches object's checksum (true) or no (false)
|
|
| process ($message, $level, $options=null) |
|
| set_next ($next) |
|
|
| action ($message, $level, $options=null) |
|
| get_datestr () |
|
| get_levelstr ($level) |
|
| get_nexts () |
|
| get_prefix ($level, $options) |
|
| insert_log_record ($table, $columns) |
|
| is_circular_reference ($obj) |
|
|
| $columns |
|
| $datecol |
|
| $level |
|
| $levelcol |
|
| $logtable |
|
| $messagecol |
|
| $next |
|
| $showdate |
|
| $showlevel |
|
Logger implementation that sends messages to database.
TODO: Finish phpdocs
◆ action()
database_logger::action |
( |
| $message, |
|
|
| $level, |
|
|
| $options = null ) |
|
protected |
◆ calculate_checksum()
base_logger::calculate_checksum |
( |
| ) |
|
|
inherited |
This function will return one unique and stable checksum for one instance of the class implementing it.
It's each implementation responsibility to do it recursively if needed and use optional store (caching) of the checksum if necessary/possible
Implements checksumable.
◆ close()
Close any resource the logger may have open.
- Since
- Moodle 3.1
Reimplemented in file_logger.
◆ destroy()
Destroy (nullify) the chain of loggers references, also closing resources when needed.
- Since
- Moodle 3.1
◆ is_checksum_correct()
base_logger::is_checksum_correct |
( |
| $checksum | ) |
|
|
inherited |
Given one checksum, returns if matches object's checksum (true) or no (false)
Implements checksumable.
The documentation for this class was generated from the following file:
- backup/util/loggers/database_logger.class.php