summaryrefslogtreecommitdiff
path: root/core/helpers/log.php
AgeCommit message (Collapse)Author
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
1) they now have their own matching severity constants 2) they both have convenience functions success(), info(), warning() and error() 3) they both have severity_class()
2008-12-22Add messaging system for reporting actions back to the user. MakeBharat Mediratta
module install/uninstall work and tie it into the messaging system.
2008-12-21INFO -> log::INFOBharat Mediratta
2008-12-21Report actual log entries in the "log entries" admin block.Bharat Mediratta
2008-12-21Add a logging facility, and instrument login/logout to use it.Bharat Mediratta