aboutsummaryrefslogtreecommitdiffstats
path: root/lib/log.php
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of non existent constsBart Visscher2013-06-281-3/+3
* Fix review pointsBart Visscher2013-06-271-5/+7
* Make the object drive the logging backendBart Visscher2013-06-271-5/+7
* Remove default return hintBart Visscher2013-05-131-9/+0
* Use the constants from OC_LogBart Visscher2013-05-131-11/+5
* Code styleBart Visscher2013-05-131-18/+9
* Remove include for loading legacy classBart Visscher2013-05-131-2/+0
* Fix OC\Log with OC_Log in wrong namespaceBart Visscher2013-05-131-6/+6
* Implement OC\Log as proxy to OC_LogBart Visscher2013-05-131-38/+127
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+3
* Whitespace cleanupBart Visscher2013-01-161-2/+2
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-1/+1
* Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-041-3/+3
* Check if error_report() is equal to 0, so suppressed errors aren't logged e.g...Michael Gapczynski2012-10-281-0/+3
* Merge branch 'extended_log'Victor Dubiniuk2012-10-161-0/+22
|\
| * Uncaught exception loggingVicDeo2012-09-261-0/+5
| * Log PHP errors to the OC logVictor Dubiniuk2012-09-121-0/+17
* | disable log when running testsRobin Appelman2012-10-121-5/+8
|/
* The log message is not always shown in htmlBart Visscher2012-05-101-1/+1
* Protect admin from evil log messagesTom Needham2012-05-081-1/+1
* Add support for logging to syslogBart Visscher2012-03-301-55/+16
* improve log browsingRobin Appelman2012-02-261-11/+15
* Avoid Huge error message when unable to read log fileBrice Maron2011-11-061-0/+3
* fix log level checkRobin Appelman2011-10-221-1/+1
* provide a logging mechanismRobin Appelman2011-10-161-0/+71