mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +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');
|
App::uses('LogEngineCollection', 'Log');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logs messages to configured Log adapters. One or more adapters
|
* Logs messages to configured Log adapters.
|
||||||
* can be configured using CakeLogs's methods. If you don't
|
*
|
||||||
* configure any adapters, and write to the logs a default
|
* One or more adapters
|
||||||
* FileLog will be autoconfigured for you.
|
* can be configured using CakeLogs's methods.
|
||||||
*
|
*
|
||||||
* ### Configuring Log adapters
|
* ### Configuring Log adapters
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue