summaryrefslogtreecommitdiffstats
path: root/lib/private/Log.php
Commit message (Expand)AuthorAgeFilesLines
* Avoid huge exception argument loggingRoeland Jago Douma2020-12-291-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* always require a message paramter for data loggingArthur Schiwon2020-01-281-1/+2
* log Flow activityArthur Schiwon2020-01-281-1/+24
* Update license headersChristoph Wurst2019-12-051-5/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Do not escape slashes for logged exceptionsJulius Härtl2019-10-151-1/+1
* catch exceptions that occur during loggingRobin Appelman2019-09-191-24/+31
* Allow crash reporters to catpture any messageChristoph Wurst2019-05-091-4/+15
* Add breadcrumb support to crash reportersChristoph Wurst2018-09-051-0/+4
* Fetch logcondition earlierRoeland Jago Douma2018-07-301-1/+2
* Make sure the log doesn't try to read from PUT if it can'tRoeland Jago Douma2018-05-301-1/+9
* revert Log's dependency to SystemConfig to work during InstallationArthur Schiwon2018-04-261-7/+6
* move IFileBased to public namespace, logreader needs itArthur Schiwon2018-04-261-1/+1
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-9/+10
* destaticfy Log classesArthur Schiwon2018-04-261-34/+12
* move log constants to ILoggerArthur Schiwon2018-04-261-12/+12
* Log classnames of arguments in exception traceRobin Appelman2018-04-171-95/+3
* log previous exceptionRobin Appelman2018-04-111-12/+23
* adjust tests to new exception log formatRobin Appelman2018-04-111-6/+13
* Log exceptions as nested array instead of encoded jsonRobin Appelman2018-04-101-44/+83
* Loglevel is an intRoeland Jago Douma2018-02-271-2/+2
* Typehint ThrowableRoeland Jago Douma2018-02-271-1/+1
* Make ILogger strictRoeland Jago Douma2018-02-271-16/+17
* Pass log level to log reportersMorris Jobke2017-11-271-0/+1
* Pass the exception context to the crash reporterChristoph Wurst2017-11-141-1/+1
* Add a mechanism to register crach reportersChristoph Wurst2017-11-141-4/+12
* Update license headersMorris Jobke2017-11-061-1/+4
* Added additional methods for removal of sensitive infoJohannes Schlichenmaier2017-10-271-0/+6
* Improve exception handlingMorris Jobke2017-09-261-0/+3
* Don't log LDAP password when server is not availableJoas Schilling2017-09-061-3/+9
* Don't log passwords on dav exceptionsJoas Schilling2017-06-291-5/+10
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Add method to $methodsWithSensitiveParametersMorris Jobke2017-04-061-0/+1
* Don't log the password on confirmPassword when LDAP throws an exceptionJoas Schilling2017-02-071-1/+2
* Better fallback for unknown log typesJoas Schilling2017-01-101-9/+10
* Add testsJoas Schilling2017-01-091-1/+1
* Handle log_type "nextcloud" more gracefullyJoas Schilling2017-01-051-5/+22
* Default to empty stringLukas Reschke2016-10-071-1/+1
* Change the minimum log level to fatalJuan Pablo Villafáñez2016-09-261-1/+1
* hide parameters of tryLogin when loggingArthur Schiwon2016-08-221-0/+3
* Changed code style and made use of '===' comparison.Thomas Pulzer2016-07-221-1/+4
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-1/+3
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Sanitize more config options and stack tracesMorris Jobke2016-07-081-0/+1
* Do not log token or challenge with exception stacktrace (#25026)Joas Schilling2016-06-081-1/+27
* Update license headersLukas Reschke2016-05-261-1/+3
* Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma2016-05-031-1/+1
* Remove the password from the validateUserPass() method as wellJoas Schilling2016-05-021-1/+1