mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Remove outdated statement about log auto config
This commit is contained in:
parent
22a2e93c4b
commit
adc450d18b
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@
|
|||
App::uses('LogEngineCollection', 'Log');
|
||||
|
||||
/**
|
||||
* Logs messages to configured Log adapters. One or more adapters
|
||||
* can be configured using CakeLogs's methods. If you don't
|
||||
* configure any adapters, and write to the logs a default
|
||||
* FileLog will be autoconfigured for you.
|
||||
* Logs messages to configured Log adapters.
|
||||
*
|
||||
* One or more adapters
|
||||
* can be configured using CakeLogs's methods.
|
||||
*
|
||||
* ### Configuring Log adapters
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue