summaryrefslogtreecommitdiffstats
path: root/lib/public/ilogger.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-144/+0
|
* With PHP7 Throwable is the new base interface for all Exception and Error - ↵Thomas Müller2016-04-201-2/+2
| | | | we should be capable to log Throwable as well
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Add message key to context of logExceptionThomas Müller2016-01-151-0/+8
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Remove passwords from logged exception stack tracesMorris Jobke2015-09-241-0/+10
| | | | | | * fixed #16318 * create logException in ILogger * add unit tests
* Fix visibility of interfaces in \OCPMorris Jobke2015-04-191-9/+9
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+10
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-4/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+17
|
* - make logger available in the containerBernhard Posselt2014-05-091-0/+101
- inject logger class into log - adding PHPDoc comments and fixing typos