MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

xPDO.log

compared with
Current by Everett Griffiths
on Jun 19, 2012 11:50.

(show comment)
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History
In many cases, you can use the MODX equivalent constants for log levels.

||xPDO Constant||MODX Constant||Value||
|xPDO::LOG_LEVEL_FATAL|MODX_LOG_LEVEL_FATAL|0|
|xPDO::LOG_LEVEL_ERROR|MODX_LOG_LEVEL_ERROR|1|
|xPDO::LOG_LEVEL_WARN|MODX_LOG_LEVEL_WARN|2|
|xPDO::LOG_LEVEL_INFO|MODX_LOG_LEVEL_INFO|3|
|xPDO::LOG_LEVEL_DEBUG|MODX_LOG_LEVEL_DEBUG|4|