mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Improve documentation
The parameter description is copied from `CakeLog::write` method.
This commit is contained in:
parent
2acad7e94d
commit
3c9d46864e
1 changed files with 3 additions and 1 deletions
|
@ -181,7 +181,9 @@ class Debugger {
|
|||
* as well as export the variable using exportVar. By default the log is written to the debug log.
|
||||
*
|
||||
* @param mixed $var Variable or content to log
|
||||
* @param int $level type of log to use. Defaults to LOG_DEBUG
|
||||
* @param int|string $level Type of log to use. Defaults to LOG_DEBUG. When value is an integer
|
||||
* or a string matching the recognized levels, then it will
|
||||
* be treated log levels. Otherwise it's treated as scope.
|
||||
* @param int $depth The depth to output to. Defaults to 3.
|
||||
* @return void
|
||||
* @link https://book.cakephp.org/2.0/en/development/debugging.html#Debugger::log
|
||||
|
|
Loading…
Reference in a new issue