Add note about log levels on Wndows

This is a problem if a developer on Windows tries to separate those three levels into separate streams without customizing the CakePHP default levels.
This commit is contained in:
Marc Würth 2016-03-15 19:37:14 +01:00
parent 22a2e93c4b
commit ca5e9c305f

View file

@ -85,6 +85,9 @@ class CakeLog {
* Default log levels as detailed in RFC 5424
* http://tools.ietf.org/html/rfc5424
*
* Windows has fewer levels, thus notice, info and debug are the same.
* https://bugs.php.net/bug.php?id=18090
*
* @var array
*/
protected static $_defaultLevels = array(