Static Public Member Functions | |
| write ($type, $msg) | |
Definition at line 57 of file cake_log.php.
| CakeLog::write | ( | $ | type, | |
| $ | msg | |||
| ) | [static] |
Writes given message to a log file in the logs directory.
| string | $type Type of log, becomes part of the log's filename | |
| string | $msg Message to log |
Definition at line 67 of file cake_log.php.
References $filename, $output, debug(), error(), info(), and writable().
Referenced by Debugger::handleError(), and Debugger::log().
1.4.7