Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix usage of non existent consts | Bart Visscher | 2013-06-28 | 1 | -3/+3 |
| | |||||
* | Fix review points | Bart Visscher | 2013-06-27 | 1 | -5/+7 |
| | |||||
* | Make the object drive the logging backend | Bart Visscher | 2013-06-27 | 1 | -5/+7 |
| | | | | This is the other way around then it was. | ||||
* | Remove default return hint | Bart Visscher | 2013-05-13 | 1 | -9/+0 |
| | |||||
* | Use the constants from OC_Log | Bart Visscher | 2013-05-13 | 1 | -11/+5 |
| | |||||
* | Code style | Bart Visscher | 2013-05-13 | 1 | -18/+9 |
| | |||||
* | Remove include for loading legacy class | Bart Visscher | 2013-05-13 | 1 | -2/+0 |
| | |||||
* | Fix OC\Log with OC_Log in wrong namespace | Bart Visscher | 2013-05-13 | 1 | -6/+6 |
| | |||||
* | Implement OC\Log as proxy to OC_Log | Bart Visscher | 2013-05-13 | 1 | -38/+127 |
| | | | | | | OC\Log implements the Psr\Log\LoggerInterface interface. See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md for the full interface specification. | ||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+3 |
| | |||||
* | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -2/+2 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -3/+3 |
| | |||||
* | Check if error_report() is equal to 0, so suppressed errors aren't logged ↵ | Michael Gapczynski | 2012-10-28 | 1 | -0/+3 |
| | | | | e.g. the htaccesstext.txt fopen failing | ||||
* | Merge branch 'extended_log' | Victor Dubiniuk | 2012-10-16 | 1 | -0/+22 |
|\ | | | | | | | PHP errors logging into the owncloud log | ||||
| * | Uncaught exception logging | VicDeo | 2012-09-26 | 1 | -0/+5 |
| | | |||||
| * | Log PHP errors to the OC log | Victor Dubiniuk | 2012-09-12 | 1 | -0/+17 |
| | | |||||
* | | disable log when running tests | Robin Appelman | 2012-10-12 | 1 | -5/+8 |
|/ | |||||
* | The log message is not always shown in html | Bart Visscher | 2012-05-10 | 1 | -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 messages | Tom Needham | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Add support for logging to syslog | Bart Visscher | 2012-03-30 | 1 | -55/+16 |
| | |||||
* | improve log browsing | Robin Appelman | 2012-02-26 | 1 | -11/+15 |
| | |||||
* | Avoid Huge error message when unable to read log file | Brice Maron | 2011-11-06 | 1 | -0/+3 |
| | |||||
* | fix log level check | Robin Appelman | 2011-10-22 | 1 | -1/+1 |
| | |||||
* | provide a logging mechanism | Robin Appelman | 2011-10-16 | 1 | -0/+71 |