$_filename
$_filename : string
Logfile name
This is a debugger class.
Helps in debugging your code. It lets you decide which messages are logged into the logfile by setting loglevels for the debugger and for each message.
There are five loglevel constants you can use when setting the loglevel or when logging messages:
This file declares shortcuts like debug_add (see below).
print_dump_mem(string $message, integer $loglevel = MIDCOM_LOG_DEBUG)
Dump the current memory usage and the delta to the last call of this function.
Useful for tracking memory leaks.
Format will be:
$curmem (delta $delta): $message
string | $message | The message to be logged |
integer | $loglevel | The log level |