Quick question on Logging: Can I assume that the Log Level constants are listed (included below) in ascending order in the documentation (https://docs.phalcon.io/en/latest/api/Phalcon_Logger.html)?
It seems that it is but I wanted to make extra sure as I'm just about to implement a log filter based on dev/prod environment configs. Maybe an addition to the docs to clarify.
- SPECIAL
- CUSTOM
- DEBUG
- INFO
- NOTICE
- WARNING
- ERROR
- ALERT
- CRITICAL
- EMERGENCE
- EMERGENCY