summaryrefslogtreecommitdiffstats
path: root/lib/log.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Michael Gapczynski2012-10-281-0/+3
| | | | e.g. the htaccesstext.txt fopen failing
* Merge branch 'extended_log'Victor Dubiniuk2012-10-161-0/+22
|\ | | | | | | PHP errors logging into the owncloud log
| * 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
| | | | The log message can also be logged with syslog, here we don't want to have html-entities. Also the log messages through json are displayed as text not html.
* 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