mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Improve documentation
This commit is contained in:
parent
3c9d46864e
commit
85cc215293
2 changed files with 4 additions and 4 deletions
|
@ -398,7 +398,7 @@ class CakeLog {
|
|||
*
|
||||
* @param int|string $type Type of message being written. 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.
|
||||
* be treated as a log level. Otherwise it's treated as a scope.
|
||||
* @param string $message Message content to log
|
||||
* @param string|array $scope The scope(s) a log message is being created in.
|
||||
* See CakeLog::config() for more information on logging scopes.
|
||||
|
|
|
@ -183,7 +183,7 @@ class Debugger {
|
|||
* @param mixed $var Variable or content to log
|
||||
* @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.
|
||||
* be treated as a log level. Otherwise it's treated as a 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